00001 /* 00002 * Glacsweb types.h 00003 * Copyright (C) 2003, 2004 Kirk Martinez, Alistair Riddoch, 00004 * The University of Southampton 00005 */ 00006 00007 #ifndef GLACSWEB_TYPES_H 00008 #define GLACSWEB_TYPES_H 00009 00010 #include <stdint.h> 00011 00012 typedef uint8_t BYTE; 00013 00014 #endif // GLACSWEB_TYPES_H
1.3.5