branch update for HEAD-2003091401
[reactos.git] / lib / msvcrt / time / time.c
index f24c9f1..8092a91 100644 (file)
@@ -22,6 +22,9 @@
 
 VOID STDCALL GetSystemTimeAsFileTime(LPFILETIME lpSystemTimeAsFileTime);
 
+/*
+ * @implemented
+ */
 time_t time(time_t* t)
 {
        FILETIME  SystemTime;