gpted/types.h

9 lines
90 B
C
Raw Permalink Normal View History

2015-04-14 01:11:50 +02:00
#ifndef TYPES_H
#define TYPES_H
#include <stdint.h>
typedef unsigned char byte;
#endif