mirror of
https://github.com/zeldaret/mm.git
synced 2024-12-12 23:36:08 +00:00
8 lines
91 B
C
8 lines
91 B
C
#ifndef _STRING_H_
|
|
#define _STRING_H_
|
|
|
|
#define NULL 0
|
|
typedef unsigned int size_t;
|
|
|
|
#endif
|