mirror of
https://github.com/SeekyCt/spm-decomp.git
synced 2025-03-02 18:36:13 +00:00
7 lines
95 B
C
7 lines
95 B
C
#ifndef STDDEF_H
|
|
#define STDDEF_H
|
|
|
|
#define NULL ((void*)0)
|
|
typedef unsigned int size_t;
|
|
|
|
#endif |