eyBuildLib API Reference : eyBuildLib

eblib

NAME

eblib - basic library

ROUTINES

ebErrorString( ) - map error number into a string
ebSleep( ) - sespend current task/thread for a specified interval

DESCRIPTION

This library support Win32, POSIX OS and VxWorks.

INCLUDE

eblib.h


eyBuildLib : Routines

ebErrorString( )

NAME

ebErrorString( ) - map error number into a string

SYNOPSIS

char * ebErrorString
    (
    int  errcode,
    char errbuf[256]
    )

DESCRIPTION

This routine is to map the error number into a string. The map string will be copied into the parameter errbuf.

RETURNS

OK/ERROR

SEE ALSO

eblib


eyBuildLib : Routines

ebSleep( )

NAME

ebSleep( ) - sespend current task/thread for a specified interval

SYNOPSIS

int ebSleep
    (
    int mseconds
    )

DESCRIPTION

This routine sespend current task/thread for a specified interval

RETURNS

OK/ERROR

SEE ALSO

eblib