update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fgetpos.c
index 3c5abf4..94b03b7 100644 (file)
@@ -2,6 +2,9 @@
 #include <msvcrt/stdio.h>
 #include <msvcrt/errno.h>
 
+/*
+ * @implemented
+ */
 int fgetpos(FILE *stream, fpos_t *pos)
 {
   if (stream && pos)