Structural deformable models
Main Page
Namespaces
Classes
Files
File List
File Members
src
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
dword
unsigned long dword
Definition:
simpletypes.h:6
byte
unsigned char byte
Definition:
simpletypes.h:4
word
unsigned short word
Definition:
simpletypes.h:5
Generated by
1.8.11