Example: lrc_save_ulong

This example saves the value 65,000 to a string:

unsigned long var = lrc_ulong("65000");
lrc_save_ulong ("param-name", var);