/**************************************************************************** * libndls definitions ****************************************************************************/ #ifndef _LIBNDLS_H_ #define _LIBNDLS_H_ int isalnum(int c); void sleep(unsigned millisec); #endif