X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdint.h;fp=includes%2Fstdint.h;h=66f31fd52b218aae9114a72777a23a57dc1330aa;hb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;hp=0000000000000000000000000000000000000000;hpb=9712362f98b90c1a2aeec9fd877b0b872b6378c7;p=pdclib diff --git a/includes/stdint.h b/includes/stdint.h new file mode 100644 index 0000000..66f31fd --- /dev/null +++ b/includes/stdint.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 __STDINT_H +#define __STDINT_H __STDINT_H + +// TODO + +#endif // __STDINT_H