Structural deformable models
simpletypes.h
Go to the documentation of this file.
1 #ifndef _SIMPLETYPES_H_
2 #define _SIMPLETYPES_H_
3 
4 typedef unsigned char byte;
5 typedef unsigned short word;
6 typedef unsigned long dword;
7 
8 #ifndef NULL
9 #define NULL 0L
10 #endif
11 
12 #endif
unsigned long dword
Definition: simpletypes.h:6
unsigned char byte
Definition: simpletypes.h:4
unsigned short word
Definition: simpletypes.h:5