update for HEAD-2003091401
[reactos.git] / lib / msvcrt / stdlib / swab.c
index bdc39de..587c6ea 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;