diff options
| -rw-r--r-- | deque.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -3,8 +3,6 @@ | |||
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | #include <stdlib.h> | 4 | #include <stdlib.h> |
| 5 | 5 | ||
| 6 | #define NELEM(x) (sizeof(x) / sizeof(x[0])) | ||
| 7 | |||
| 8 | typedef int T; | 6 | typedef int T; |
| 9 | 7 | ||
| 10 | #define START_MAP_CAPACITY 4 | 8 | #define START_MAP_CAPACITY 4 |
