Changes between Version 19 and Version 20 of Submitting/C
- Timestamp:
- 06/11/14 10:15:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/C
v19 v20 86 86 which returns a value. 87 87 88 Also, use ANSI C prototypes to declare your functions. 89 For module return values, see "Exit status" below. 88 Also, use ANSI C prototypes to declare your functions. For module return values, see "Exit status" below. 90 89 91 90 Examples: