|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#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 .... | |
| void file_storage | ( | Environment * | _environment, |
| char * | _source_name, | ||
| char * | _target_name, | ||
| FileStorageFormat | _format, | ||
| VariableType | _type ) |
Emit code for FILE ... AS ....
| _environment | Current calling environment |
| _name | Name of the storage |
Definition at line 109 of file file_storage.c.