lrc_ulong
Example: lrc_ulong | Type Conversion From String |
Converts a string into an unsigned long integer.
unsigned long lrc_ulong( const char* str );
unsigned longlrc_unsigned_long ( const char* str );
unsigned long* lrc_ulong_by_ref( const char* str );
str | A pointer to a character string containing an unsigned long integer. |
The lrc_ulong function returns an unsigned long integer when a character string representing an unsigned long is input.
The lrc_ulong_by_ref function returns pointer to an unsigned long integer when a character string representing an unsigned long is input.
Return Values
Parameterization
You cannot use standard parameterization for any arguments in this function.