Added template implementation files.
[fw/pdclib] / functions / stdio / fseek.c
diff --git a/functions/stdio/fseek.c b/functions/stdio/fseek.c
new file mode 100644 (file)
index 0000000..7bffffb
--- /dev/null
@@ -0,0 +1,8 @@
+// ----------------------------------------------------------------------------
+// $Id$
+// ----------------------------------------------------------------------------
+// Public Domain C Library - http://pdclib.sourceforge.net
+// This code is Public Domain. Use, modify, and redistribute at will.
+// ----------------------------------------------------------------------------
+
+int fseek( FILE * stream, long offset, int mode ) { /* TODO */ };