Type Reference
Type Description
int Integer
char Character
string String
pointer Pointer
void Nothing (Only valid as a return type)
float Floating point value
double Double precision floating point
long Long Integer
short Short Integer
uint8 Unsigned 8-bit Integer
sint8 Signed 8-bit Integer
uint16 Unsigned 16-bit Integer
sint16 Signed 16-bit Integer
uint32 Unsigned 32-bit Integer
sint32 Signed 32-bit Integer
uint64 Unsigned 64-bit Integer
sint64 Signed 64-bit Integer
uchar Unsigned Character
schar Signed Character
ushort Unsigned Short Integer
sshort Signed Short Integer
uint Unsigned Integer
sint Signed Integer
ulong Unsigned Long Integer
slong Signed Long Integer
void* Pointer
char* String
page_revision: 0, last_edited: 1221527656|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License