Re: $fopen/$fclose

From: Alec Stanculescu <alec_at_.....>
Date: Thu Apr 07 2005 - 11:48:54 PDT
Marq,

You are absolutely right. Perhaps most if not the entire chapter on
System Tasks and Functions from the IEEE 1364 LRM should be
included. In addition to the ones you listed there should be at a minimum:

 char = $fgetc(fd);
 code = $ungetc(char, fd);
 code = $fgets(str, fd);
 code = $fscanf(fd, format, arguments);
 code = $fread(var, fd);
 code = $fseek(fd, offset, operation);

Best regards,

Alec Stanculescu
Fintronic USA, Inc.
Received on Thu Apr 7 11:42:20 2005

This archive was generated by hypermail 2.1.8 : Thu Apr 07 2005 - 11:42:29 PDT