mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
8 lines
88 B
C
8 lines
88 B
C
#ifndef LIBA_STDDEF_H
|
|
#define LIBA_STDDEF_H
|
|
|
|
#define NULL 0
|
|
typedef int size_t;
|
|
|
|
#endif
|