gpted/types.h

9 lines
90 B
C

#ifndef TYPES_H
#define TYPES_H
#include <stdint.h>
typedef unsigned char byte;
#endif