7 lines
91 B
C
7 lines
91 B
C
#ifndef STDDEF_H
|
|
# define STDDEF_H 1
|
|
|
|
typedef unsigned int size_t;
|
|
|
|
#endif /* !STDDEF_H */
|