sandbox/linux/defs.h

10 lines
165 B
C++

#ifndef __KF_LINUX_DEFS_H__
#define __KF_LINUX_DEFS_H__
#include <stddef.h>
#include <stdint.h>
typedef int32_t KF_INT;
constexpr uint8_t STACK_SIZE = 128;
#endif