update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdio / fsetpos.c
index eb48557..9bb8e56 100644 (file)
@@ -3,6 +3,9 @@
 #include <msvcrt/errno.h>
 #include <msvcrt/internal/file.h>
 
+/*
+ * @implemented
+ */
 int fsetpos(FILE *stream,const fpos_t *pos)
 {
   if (stream && pos)