Changes between Version 15 and Version 16 of C Interface
- Timestamp:
- 06/10/10 11:22:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C Interface
v15 v16 141 141 * {{{#pragma TASS input <type> <variable>}}} 142 142 * treat the next element as an input variable. Could be a preprocessor directory defining an object-type macro. 143 * `#pragma TASS system`143 * `#pragma TASS system` 144 144 * declares the following function to be "system-level" 145 * `#pragma TASS abstract`145 * `#pragma TASS abstract` 146 146 * declares the following function to be abstract (a pure mathematical side-effect free function, like sin(x)) 147 147
