X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2F__size_t.h;fp=includes%2F__size_t.h;h=50d7d33c46ddcb7bf6c887c2ba5e989a042a6e72;hb=a84b7310b7188b8a3cbf4646aa6502e7aa834ee1;hp=0000000000000000000000000000000000000000;hpb=b2b5e5de72c2979464ac211460210ccf77a25d51;p=pdclib.old diff --git a/includes/__size_t.h b/includes/__size_t.h new file mode 100644 index 0000000..50d7d33 --- /dev/null +++ b/includes/__size_t.h @@ -0,0 +1,16 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// size_t typedef shared by stddef.h, stdio.h, stdlib.h, string.h, time.h, and +// wchar.h +// ---------------------------------------------------------------------------- + +#ifndef __SIZE_T_H +#define __SIZE_T_H __SIZE_T_H + +typedef size_t; // TODO - personality? + +#endif // __SIZE_T_H