update for HEAD-2003091401
[reactos.git] / lib / kernel32 / file / lfile.c
index 6b83cf7..04207da 100644 (file)
@@ -12,6 +12,9 @@
 #include <k32.h>
 
 
+/*
+ * @implemented
+ */
 long
 STDCALL
 _hread(
@@ -55,6 +58,9 @@ _lread (
 */
 
 
+/*
+ * @implemented
+ */
 long
 STDCALL
 _hwrite (
@@ -103,6 +109,9 @@ _lwrite(
 */
 
 
+/*
+ * @implemented
+ */
 HFILE
 STDCALL
 _lopen (
@@ -143,6 +152,9 @@ _lopen (
 }
 
 
+/*
+ * @implemented
+ */
 HFILE
 STDCALL
 _lcreat (
@@ -173,6 +185,9 @@ _lcreat (
 }
 
 
+/*
+ * @implemented
+ */
 int
 STDCALL
 _lclose (
@@ -187,6 +202,9 @@ _lclose (
 }
 
 
+/*
+ * @implemented
+ */
 LONG
 STDCALL
 _llseek(