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

Go to the source code of this file.

Functions

Variablevarptr (Environment *_environment, char *_name)
 Emit code for function = VARPTR( ... ).

Function Documentation

◆ varptr()

Variable * varptr ( Environment * _environment,
char * _name )

Emit code for function = VARPTR( ... ).

Parameters
_environmentCurrent calling environment
_identifierIdentifier to explore
Returns
Variable* Address of identifier

Definition at line 84 of file varptr.c.