-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d57f57a
commit e76e4e0
Showing
3 changed files
with
37 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 23 additions & 3 deletions
26
test/ettest/testcases/regression/tests/rule2b_59_17_crash/hw3.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
#ifndef HW_3_H | ||
#define HW_3_H | ||
#ifndef HW3_H | ||
#define HW3_H | ||
|
||
#endif // HW_3_H | ||
#define RECORD_ERROR (1) | ||
#define BAD_DATA (2) | ||
#define NO_DATA_POINTS (3) | ||
#define MAX_PLAYERS (4) | ||
#define NUM_ATTR (5) | ||
#define MAX_NAME_LEN (6) | ||
#define NUM_COLS (7) | ||
#define OK (0) | ||
#define BAD_ROW (8) | ||
#define FILE_WRITE_ERR (9) | ||
#define BAD_RANGE (10) | ||
#define NO_SUCH_DATA (11) | ||
#define BAD_PLAYER (12) | ||
#define IN_PER_CM (13) | ||
#define LB_PER_KG (14) | ||
#define OUT_OF_BOUNDS (15) | ||
#define MAX_UNIT_LEN (16) | ||
#define FILE_READ_ERR (17) | ||
#define NO_ATTEMPTS (18) | ||
|
||
#endif // HW3_H |