SST/macro
typedefs.h
Go to the documentation of this file.
1 #ifndef sprockit_common_TYPEDEFS_H
2 #define sprockit_common_TYPEDEFS_H
3 
4 typedef unsigned long uli;
5 typedef unsigned int uint;
6 
7 #endif // TYPEDEFS_H
8 
unsigned long uli
Definition: typedefs.h:4
unsigned int uint
Definition: typedefs.h:5