eyBuildLib API Reference : eyBuildLib
eblib - basic library
ebErrorString( ) - map error number into a string
ebSleep( ) - sespend current task/thread for a specified interval
This library support Win32, POSIX OS and VxWorks.
eblib.h
ebErrorString( ) - map error number into a string
char * ebErrorString ( int errcode, char errbuf[256] )
This routine is to map the error number into a string. The map string will be copied into the parameter errbuf.
OK/ERROR
ebSleep( ) - sespend current task/thread for a specified interval
int ebSleep ( int mseconds )
This routine sespend current task/thread for a specified interval
OK/ERROR