X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Finttypes.h;fp=includes%2Finttypes.h;h=620a2f47949062fe20589cc9be8e23e7161dbcca;hb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;hp=0000000000000000000000000000000000000000;hpb=9712362f98b90c1a2aeec9fd877b0b872b6378c7;p=pdclib diff --git a/includes/inttypes.h b/includes/inttypes.h new file mode 100644 index 0000000..620a2f4 --- /dev/null +++ b/includes/inttypes.h @@ -0,0 +1,15 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// TODO +// ---------------------------------------------------------------------------- + +#ifndef __INTTYPES_H +#define __INTTYPES_H __INTTYPES_H + +// TODO + +#endif // __INTTYPES_H