]> pd.if.org Git - pdclib/blob - includes/__size_t.h
Minor doc extension.
[pdclib] / includes / __size_t.h
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7 // size_t typedef shared by stddef.h, stdio.h, stdlib.h, string.h, time.h, and
8 // wchar.h
9 // ----------------------------------------------------------------------------
10
11 #ifndef __SIZE_T_H
12 #define __SIZE_T_H __SIZE_T_H
13
14 typedef size_t; // TODO - personality?
15
16 #endif // __SIZE_T_H