/[MITgcm]/MITgcm/tools/mpack-1.6/md5.h
ViewVC logotype

Diff of /MITgcm/tools/mpack-1.6/md5.h

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

revision 1.2 by jmc, Sat Feb 23 01:28:27 2008 UTC revision 1.3 by jmc, Sat Feb 23 03:30:03 2008 UTC
# Line 34  The following makes PROTOTYPES default t Line 34  The following makes PROTOTYPES default t
34  #define PROTOTYPES 0  #define PROTOTYPES 0
35  #endif  #endif
36    
 #include <stdint.h>  
   
37  /* POINTER defines a generic pointer type */  /* POINTER defines a generic pointer type */
38  typedef unsigned char *POINTER;  typedef unsigned char *POINTER;
39    
40  /* UINT2 defines a two byte word */  /* UINT2 defines a two byte word */
41  typedef uint16_t UINT2;  typedef unsigned short int UINT2;
42    
43  /* UINT4 defines a four byte word */  /* UINT4 defines a four byte word */
44  typedef uint32_t UINT4;  typedef unsigned long int UINT4;
45    
46  /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.  /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
47  If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it  If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22