FreeBASIC
0.91.0
|
Go to the source code of this file.
Macros | |
#define | NULL /* 0 */ |
Functions | |
sub | fatalCantAccessFile (byref_as_string filename) |
function_as_ubyte_ptr | fileLoad (byref_as_string filename, byval_as_integer_ptr psize) |
sub | writeOut (byref_as_string filename, byref_as_string text) |
Variables | |
string | inputfile = *__FB_ARGV__[1] |
string | outputfile = *__FB_ARGV__[2] |
integer | size = 0 |
ubyte_ptr | p = fileLoad(inputfile, @size) |
string | emit |
#define NULL /* 0 */ |
Definition at line 4 of file makedriver.bas.
sub fatalCantAccessFile | ( | byref_as_string | filename) |
function_as_ubyte_ptr fileLoad | ( | byref_as_string | filename, |
byval_as_integer_ptr | psize | ||
) |
sub writeOut | ( | byref_as_string | filename, |
byref_as_string | text | ||
) |
string emit |
Definition at line 55 of file makedriver.bas.
string inputfile = *__FB_ARGV__[1] |
Definition at line 49 of file makedriver.bas.
string outputfile = *__FB_ARGV__[2] |
Definition at line 50 of file makedriver.bas.
Definition at line 53 of file makedriver.bas.
integer size = 0 |
Definition at line 52 of file makedriver.bas.