SOL_OS API Reference

You are here: Main API -> Utility API

String Functions

Function Description
Str_Add add two strings
Str_Copy copy a string to another
Str_Len calculate string length

Numeric to string conversion

Function Description
Dwtoa_Dec dword to ASCII decimal
Dwtoa_Hex32 Dword to ASCII Hex string - 32 bits
Dwtoa_Hex16 Dword to ASCII Hex string - 16 bits
Dwtoa_Hex8 Dword to ASCII Hex string - 8 bits
Str_Printf Formated output to a string

String to number conversion

Function Description
Str_To_Val_Dec Decimal string to dword
Str_To_Val_Hex Hexadecimal String to dword