Changes between Version 6 and Version 7 of C Interface


Ignore:
Timestamp:
02/18/10 11:45:47 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C Interface

    v6 v7  
    6565  assert(fp);
    6666  while (1) {
    67     /*@ _TASS_corresponds spec@label */
     67    /* if fp is a real file, read it as normal. otherwise it is a symbolic file,
     68      * and a symbolic expression is stored in tmp.   The expression
     69      * is the application of an abstract function to the filename and
     70      * an integer-valued expression representing current point in file. */
    6871    int more = fscanf(fp, "%lf", &tmp);
    6972