home *** CD-ROM | disk | FTP | other *** search
- #ifndef _STDLIB_H
- #define _STDLIB_H
-
- /*
- (C) 1995-96 AROS - The Amiga Replacement OS
- $Id: stdlib.h,v 1.1 1996/10/19 16:56:30 aros Exp $
-
- Desc: ANSI-C header file stdlib.h
- Lang: english
- */
- #ifndef _SYS_TYPES_H
- # include <sys/types.h>
- #endif
-
- void qsort(void *array, size_t count, size_t elementsize,
- int (*comparefunction)(const void * element1, const void * element2));
-
- #endif /* _STDLIB_H */
-