mirror of
https://github.com/rhaleblian/dslibris.git
synced 2025-06-18 16:55:41 -04:00
5 lines
69 B
C
5 lines
69 B
C
#ifndef _types_h
|
|
#define _types_h
|
|
typedef unsigned char byte;
|
|
#endif
|