Small c Variables

manual version 3.3 - by Jeremy Dewey

small c supports the following variable types

The ZShell variable usage is as follows:

Note:

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

int myNum = 10;