| File | Proc.str |
| Author | unknown |
| Since | unknown |
Used for POSIX+XSI
| General | |
| Lines of code | 31 |
| Stratego | |
| Module number | 1 (100% documented) |
| Constructor number | 0 |
| Overlay number | 0 |
| Strategy number | 1 (100% documented) |
| Rule number | 1 (100% documented) |
| DynamicRule number | 0 |
Strategy summary |
||
| xtc-new-file | Creates a new and unique scoped temporary file | Proc.str |
Rule summary |
||
| xtc-cat | Concatenates the content of a list of files and stores the result in a fresh File | Proc.str |
Strategy details |
|||||||||||
| ATerm | xtc-new-file | ||||||||||
Creates a new and unique scoped temporary file.
|
|||||||||||
Rule details |
|||||||||||
| ATerm | xtc-cat | ||||||||||
Concatenates the content of a list of files and storesthe result in a fresh File. Each file in the list canbe a FILE, stdin, stdout, or stderr.
|
|||||||||||