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

Go to the source code of this file.

Functions

void file_storage (Environment *_environment, char *_source_name, char *_target_name, FileStorageFormat _format, VariableType _type)
 Emit code for FILE ... AS ....

Function Documentation

◆ file_storage()

void file_storage ( Environment * _environment,
char * _source_name,
char * _target_name,
FileStorageFormat _format,
VariableType _type )

Emit code for FILE ... AS ....

Parameters
_environmentCurrent calling environment
_nameName of the storage

Definition at line 109 of file file_storage.c.