update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdlib / swab.c
index ec106ac..c948f45 100644 (file)
@@ -1,6 +1,9 @@
 /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
 #include <msvcrt/stdlib.h>
 
+/*
+ * @implemented
+ */
 void   _swab (const char* caFrom, char* caTo, size_t sizeToCopy)
 {
   unsigned long temp;