INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create file object with 'fn' as file name
-- Create object for reading from standard input
-- Create object for reading from standard output
-- Create object for reading from standard error
-- Size in bytes (0 if no assosiated physical file)
-- Is structure empty?
-- Is file reserved for text (character sequences)?
-- Change file name to 'new_name'
-- Remove link with physical file
-- delete physical file if no more link
-- Write ASCII value of 'b' at current position
-- Write 'c' at current position
-- Write ASCII value of 'd' at current position
-- Write ASCII value of 'i' at current position
-- Write ASCII value of 'r' at current position
-- Write 's' at current position
-- Read a new character.
-- Make result available in 'last_character'
-- Read the ASCII representation of a new double from file.
-- Make result available in 'last_double'
-- Read the ASCII representation of a new integer from file.
-- Make result available in 'last_integer'
-- Read a string until new line or end of file.
-- Make result available in 'last_string'.
-- New line will be consumed but not part of 'last_string'
-- Read the ASCII representation of a new real from file.
-- Make result available in 'last_real'
-- Read a string of a most 'nb_char' bound characters or until end of file.
-- Make result available in 'last_string'
-- Read a new word from standard input.
-- Make result available in 'last_string'
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |