URI: 
       tuse inttypes - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 749481f20033670090308cb05ba98ef27912cb7d
   DIR parent ed0601ee18c398553b2f67ea5c2618ae306a6ad5
  HTML Author: rsc <devnull@localhost>
       Date:   Fri,  6 Jan 2006 18:15:40 +0000
       
       use inttypes
       
       Diffstat:
         M src/cmd/eqn/e.h                     |       2 +-
         M src/lib9/fmt/plan9.h                |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/src/cmd/eqn/e.h b/src/cmd/eqn/e.h
       t@@ -2,7 +2,7 @@
        #include <stdlib.h>
        #include <string.h>
        #include <errno.h>
       -#include <stdint.h>
       +#include <inttypes.h>
        
        #undef sqrt
        #define sqrt p9_sqrt
   DIR diff --git a/src/lib9/fmt/plan9.h b/src/lib9/fmt/plan9.h
       t@@ -1,4 +1,4 @@
       -#include <stdint.h>
       +#include <inttypes.h>
        
        /*
         * compiler directive on Plan 9