mm/include/string.h
2018-10-25 22:09:52 -05:00

8 lines
91 B
C

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