signed
ACTION:
specifies the type to be of signed integer
USE:
signed type variable
EXAMPLE:
signed int v
RESULT:
a signed int (long) called v is created.
RELATED:
unsigned
short
long
word
dword
types