mm/include/string.h

8 lines
91 B
C

#ifndef _STRING_H_
#define _STRING_H_
#define NULL 0
typedef unsigned int size_t;
#endif