Changes between Version 6 and Version 7 of C Interface
- Timestamp:
- 02/18/10 11:45:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C Interface
v6 v7 65 65 assert(fp); 66 66 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. */ 68 71 int more = fscanf(fp, "%lf", &tmp); 69 72
