AntiDebug LIB Function Reference

GJ_atoi
GJ_atol

 

Syntx

        int GJ_atoi( const char *string )

        long GJ_atol( const char *string )

    GJ_atoi is compatible with Run-Time Library function atoi
    GJ_atol
is compatible with Run-Time Library function atol .

    The more information please to reference MSDN Library.