66 memset( buffer, 0,
size );
68 *(buffer) = (_width & 0xff);
69 *(buffer+1) = (_width>>8) & 0xff;
70 *(buffer+2) = _height;
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * new_image(Environment *_environment, int _width, int _height, int _mode)
Emit code for NEW IMAGE(...).
unsigned char * valueBuffer
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.