Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/mty-makai/mty.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by chapuni, Wed Mar 7 07:07:03 2007 UTC revision 13 by chapuni, Wed Mar 7 12:41:41 2007 UTC
# Line 17  Line 17 
17    
18  #include <assert.h>  #include <assert.h>
19  #include <ctype.h>  #include <ctype.h>
20    #include <malloc.h>
21  #include <limits.h>  #include <limits.h>
22  #include <stdio.h>  #include <stdio.h>
23  #include <stdlib.h>  #include <stdlib.h>
# Line 39  typedef unsigned DQWORD_T __attribute__ Line 40  typedef unsigned DQWORD_T __attribute__
40  #define ALIGN_SUFFIX(n)  #define ALIGN_SUFFIX(n)
41    
42  /* inttypes.h */  /* inttypes.h */
43    typedef __int8 int8_t;
44  typedef __int32 int32_t;  typedef __int32 int32_t;
45  typedef unsigned __int32 uint32_t;  typedef unsigned __int32 uint32_t;
46  typedef unsigned __int64 uint64_t;  typedef unsigned __int64 uint64_t;

Legend:
Removed from v.10  
changed lines
  Added in v.13

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26