eyBuildLib API Reference : eyBuildLib
ebutil - eybuild util tools library
memshow( ) - list the data of specified memory area
memshow( ) - list the data of specified memory area to a file
isblankstr( ) - check a string is NULL or only include spaces/tabs
eybuild util tools library
ebutil.h
memshow( ) - list the data of specified memory area
int memshow ( const void * pstart, size_t size )
this routine list the data of specified memory area with 2byte width. this routine write result to stderr.
OK
memshow2( )
memshow( ) - list the data of specified memory area to a file
int memshow2 ( FILE * fp, const void * pstart, size_t size )
this routine list the data of specified memory area with 2byte width. this routine write result to a file.
OK
memshow( )
isblankstr( ) - check a string is NULL or only include spaces/tabs
BOOL isblankstr ( const char * pstr )
this routine checks a string is NULL or only include spaces/tabs
TRUE if is NULL or only include spaces/tabs, othersize FALSE