ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
image_get_width.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

Variableimage_get_width (Environment *_environment, char *_image)
 Emit code for IMAGE HEIGHT(...).

Function Documentation

◆ image_get_width()

Variable * image_get_width ( Environment * _environment,
char * _image )

Emit code for IMAGE HEIGHT(...).

Emit code for IMAGE WIDTH(...).

Parameters
_environmentCurrent calling environment
Imageto measure.

Definition at line 47 of file image_get_width.c.