X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Ftime.h;fp=includes%2Ftime.h;h=aeda70f71005f2a4c4ef238a167d31fbe1324a05;hp=0000000000000000000000000000000000000000;hb=1e221deb9ee725a14b3656f94e2763f8faeb18dc;hpb=9712362f98b90c1a2aeec9fd877b0b872b6378c7 diff --git a/includes/time.h b/includes/time.h new file mode 100644 index 0000000..aeda70f --- /dev/null +++ b/includes/time.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. +// ---------------------------------------------------------------------------- +// Provides a time datatype and time handling functions. +// ---------------------------------------------------------------------------- + +#ifndef __TIME_H +#define __TIME_H __TIME_H + +// TODO + +#endif // __TIME_H