mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +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
|