update for HEAD-2003091401
[reactos.git] / lib / crtdll / misc / assert.c
index 0469371..f7c9d37 100644 (file)
@@ -5,6 +5,9 @@
 #include <msvcrt/signal.h>
 
 
+/*
+ * @implemented
+ */
 void _assert(const char* msg, const char* file, int line)
 {
     /* Assertion failed at foo.c line 45: x<y */