| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | /* | |
| 3 | * Defines for programs using setscan() | |
| 4 | */ | |
| 5 | + | #ifndef _RAD_SETSCAN_H_ |
| 6 | + | #define _RAD_SETSCAN_H_ |
| 7 | + | #ifdef __cplusplus |
| 8 | + | extern "C" { |
| 9 | + | #endif |
| 10 | ||
| 11 | + | |
| 12 | #define ANGLE short | |
| 13 | #define AEND (-1) | |
| 14 | + | |
| 15 | + | int setscan(register ANGLE *ang, register char *arg); |
| 16 | + | |
| 17 | + | |
| 18 | + | #ifdef __cplusplus |
| 19 | + | } |
| 20 | + | #endif |
| 21 | + | #endif /* _RAD_SETSCAN_H_ */ |
| 22 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |