Changes between Version 2 and Version 3 of CodingConventions
- Timestamp:
- 04/23/06 14:25:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingConventions
v2 v3 1 = general = 1 2 Function that only return a success/failure, return 0 on success and -1 on failure and update the trace error (using trace_set_err). 3 4 types start with "libtrace_" and end with "_t" and are typedef'd. 5 6 exported functions start with "trace_". 2 7 3 8 = libtraceio =