mirror of
https://github.com/zeldaret/st
synced 2026-05-23 23:05:25 -04:00
9 lines
94 B
C
9 lines
94 B
C
#ifndef _C_STDDEF_H
|
|
#define _C_STDDEF_H
|
|
|
|
#define NULL 0
|
|
|
|
typedef unsigned int size_t;
|
|
|
|
#endif
|