   C++,  C++Builder, API Windows 897

	 / 	
bsearch	void *bsearch(const void *key, const void *base, size t nelem, size t width, int (USERENTRY *fcmp) (const void *, const void *))     key   () base  nelem   width      fcmp;     0	stdlib.h
Ifind	void *lfind(const void *key, const void *base, size t *num, size t width, int (JUSERENTRY *fcmp) (const void *, const void *))     key   () base  num   width       fcmp;     0	stdlib.h
Isearch	void *lsearch(const void *key, void *base, size t *num, size t width, int(USERENTRY *fcmp) (const void *, const void *))     key   () base  num   width       fcmp;    ,    ;   	stdlib.h
qsort	void qsort(void *base, size t nelem, size t width, int (USERENTRY *fcmp) (const void *, const void *))     () base  nelem   width      fcmp	stdlib.h
EXISTINGAR RAY	EXISTINGARRAY(const void *a)      	sysdefs.h
ARRAYSIZE	ARRAYSIZE(const void *a)     	sysdefs.h
OPENARRAY	OPENARRAY(type argi, ..., type argl9)      ,   19 	sysdefs.h
getenv	char *getenv(const char *name)     name	stdlib.h
putenv	int putenv(const char *name)   name	stdlib.h

29 . 764