110 while( fileStorage ) {
111 if ( strcmp( _target_name, fileStorage->
targetName ) == 0 ) {
112 return fileStorage->
size;
114 fileStorage = fileStorage->
next;
116 storage = storage->
next;
int file_size(Environment *_environment, char *_target_name)
Emit code for FILE ... AS ....
struct _FileStorage * next
struct _Environment Environment
Structure of compilation environment.
struct _Storage Storage
Structure of a single storage.
#define CRITICAL_FILE_SIZE_ON_MISSING_FILE(f)
struct _FileStorage FileStorage
Structure of a single file inside a storage.