Small c Variables

manual version 4.1 - by Jeremy Dewey

small c supports the following variable types

The Usgard variable usage is as follows:

Note:

Global variables cannot be initialized. i.e. this is not legal:
#include "usglib.h"

int myNum = 10;