commando.html5/node_modules/lnsocket/typedefs.h

14 lines
227 B
C

#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 */