branch update for HEAD-2003091401
[reactos.git] / lib / crtdll / stdlib / qsort.c
index 09f5816..b526c76 100644 (file)
@@ -170,6 +170,8 @@ qst(char *base, char *max)
  * First, set up some global parameters for qst to share.  Then, quicksort
  * with qst(), and then a cleanup insertion sort ourselves.  Sound simple?
  * It's not...
+ *
+ * @implemented
  */
 void
 qsort(const void *base0, size_t n, size_t size, _pfunccmp_t compar)