Example: lrc_uint

This example converts the "4,200,000,000" string into the unsigned integer 4200000000:

unsigned int Var = lrc_uint("4200000000");