update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdio / fsetpos.c
index 718bb6e..9c66fb9 100644 (file)
@@ -1,10 +1,12 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <crtdll/stdio.h>
-#include <crtdll/errno.h>
-#include <crtdll/internal/file.h>
+#include <msvcrt/stdio.h>
+#include <msvcrt/errno.h>
+#include <msvcrt/internal/file.h>
 
-int
-fsetpos(FILE *stream,const fpos_t *pos)
+/*
+ * @implemented
+ */
+int fsetpos(FILE *stream,const fpos_t *pos)
 {
   if (stream && pos)
   {