update for HEAD-2003091401
[reactos.git] / lib / msvcrt / time / clock.c
index 15c22c5..6f9e79e 100644 (file)
@@ -14,6 +14,9 @@
 
 VOID STDCALL GetSystemTimeAsFileTime(LPFILETIME  lpSystemTimeAsFileTime );
 
+/*
+ * @implemented
+ */
 clock_t clock ( void )
 {
   FILETIME CreationTime;