Changes between Version 23 and Version 24 of Things To Do
- Timestamp:
- 05/21/10 12:11:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Things To Do
v23 v24 55 55 == Library Functions == 56 56 57 A reference to standard library files is here: http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html 58 57 59 Special functions that are currently included in the grammar can instead be treated just like any other function and "linked in" at a later stage. This will simplify the grammar and front-end. Functions that can be removed include {{{send}}}, {{{recv}}}, {{{allocate}}}, {{{deallocate}}}. 58 60
