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

Go to the source code of this file.

Functions

Variableencrypt (Environment *_environment, char *_data, char *_key)
 Emit code for ENCRYPT.

Function Documentation

◆ encrypt()

Variable * encrypt ( Environment * _environment,
char * _data,
char * _key )

Emit code for ENCRYPT.

Parameters
_environmentCurrent calling environment

Definition at line 79 of file encrypt.c.