FreeBASIC  0.91.0
makedriver.bas File Reference

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
 

Macro Definition Documentation

#define NULL   /* 0 */

Definition at line 4 of file makedriver.bas.

Function Documentation

sub fatalCantAccessFile ( byref_as_string  filename)

Definition at line 6 of file makedriver.bas.

Here is the caller graph for this function:

function_as_ubyte_ptr fileLoad ( byref_as_string  filename,
byval_as_integer_ptr  psize 
)

Definition at line 11 of file makedriver.bas.

Here is the call graph for this function:

sub writeOut ( byref_as_string  filename,
byref_as_string  text 
)

Definition at line 35 of file makedriver.bas.

Here is the call graph for this function:

Variable Documentation

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.

ubyte_ptr p = fileLoad(inputfile, @size)

Definition at line 53 of file makedriver.bas.

integer size = 0

Definition at line 52 of file makedriver.bas.