Files
2ship2harkinian-Android/include/string.h
T

8 lines
91 B
C
Raw Normal View History

2018-10-25 21:29:41 -05:00
#ifndef _STRING_H_
#define _STRING_H_
#define NULL 0
typedef unsigned int size_t;
#endif