Changes between Version 26 and Version 27 of ResumedC
- Timestamp:
- May 26, 2009, 3:44:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResumedC
v26 v27 358 358 === Misc === 359 359 360 The '''header''' files should be limited to have only types and definitions 361 362 360 The '''header''' files should be limited to have only types and definitions. 361 362 When you free some memory, remember to set the pointer to NULL after in order to avoid possible errors by using freed memory. 363 363 364 364 … … 481 481 ==== Messages ==== 482 482 * Segfault: The program has tried to dereference a pointer containing a bad value 483 * Stack Overflow: The program has tried to use too many temporary variables. Common problem when there's a infinite loop recursion 484 483 * Stack Overflow: The program has tried to use too many temporary variables. Common problem when there's a infinite loop recursiontes == 485 484 486 485