Changes between Version 1 and Version 2 of CodingConventions
- Timestamp:
- 04/23/06 14:19:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingConventions
v1 v2 1 1 Function that only return a success/failure, return 0 on success and -1 on failure and update the trace error (using trace_set_err). 2 2 3 = libtraceio = 4 This compatibility layer is used to wrap decompression functions and various I/O strategies depending on what is available for your host. see libtraceio.h for more information. Also see format_helper's trace_file_open(). Generally the state of the file after 5 an error has occured is undefined. 6 7 8 9 10