commando.html5/node_modules/lnsocket/typedefs.h

14 lines
227 B
C
Raw Normal View History

2023-03-10 17:36:16 +00:00
#ifndef LNSOCKET_TYPES_H
#define LNSOCKET_TYPES_H
#include <stdint.h>
typedef unsigned char u8;
typedef unsigned int u32;
typedef unsigned short u16;
typedef uint64_t u64;
typedef int64_t s64;
#endif /* LNSOCKET_TYPES_H */