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

Go to the source code of this file.

Functions

Variabledecrypt (Environment *_environment, char *_data, char *_key, char *_var)
 Emit code for DECRYPT.

Function Documentation

◆ decrypt()

Variable * decrypt ( Environment * _environment,
char * _data,
char * _key,
char * _var )

Emit code for DECRYPT.

Parameters
_environmentCurrent calling environment

Definition at line 81 of file decrypt.c.