X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffsetpos.c;fp=functions%2Fstdio%2Ffsetpos.c;h=0000000000000000000000000000000000000000;hb=a1f747e81dad0bb9897cb11c652403bb7bbf084c;hp=044c9744d83c54700a8ffb1a1c8a8a0ba2308caf;hpb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;p=pdclib diff --git a/functions/stdio/fsetpos.c b/functions/stdio/fsetpos.c deleted file mode 100644 index 044c974..0000000 --- a/functions/stdio/fsetpos.c +++ /dev/null @@ -1,15 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * --------------------------------------------------------------------------*/ - -int fsetpos( FILE * stream, const fpos_t * pos ) { /* TODO */ }; - -/* PDPC code - unreviewed -{ - fseek(stream, *pos, SEEK_SET); - return (0); -} -*/