I am getting a syntax error in lite-c when I use this command:


i = int(random(3));

"i" is a var. I lookeded in the manual and this appears to be a valid command but "int" doesn't seem to be recognized.

I am including the proper libraries (I think)
#include <acknex.h>
#include <default.c>

Has anyone else had this problem or can you tell me what I am missing?

Thanks.