Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - typefile() display the contents of a file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 typefile()          Display the contents of a file
------------------------------------------------------------------------------
 Declaration
   io.hdr

 Syntax
   proc typefile extern
   param const char cFileName

 Arguments
   cFileName is the name of the file to display.

 Return
   None.

 Description
   The typefile() function displays the contents of a file to the screen.

 Example
   #define EXAMPLE_FILE
   #include example.hdr

   proc Test_typefile
   typefile( argv( 1 ) )    // display file contents to screen
   endproc

   proc main
   Test_typefile()
   endproc

See Also: fileview() type

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson