/[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.1 by edhill, Tue Aug 26 20:45:25 2003 UTC revision 1.2 by jmc, Sat Feb 23 01:28:27 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    
37    #include <stdint.h>
38    
39  /* POINTER defines a generic pointer type */  /* POINTER defines a generic pointer type */
40  typedef unsigned char *POINTER;  typedef unsigned char *POINTER;
41    
42  /* UINT2 defines a two byte word */  /* UINT2 defines a two byte word */
43  typedef unsigned short int UINT2;  typedef uint16_t UINT2;
44    
45  /* UINT4 defines a four byte word */  /* UINT4 defines a four byte word */
46  typedef unsigned long int UINT4;  typedef uint32_t UINT4;
47    
48  /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.  /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
49  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.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22