diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-20 17:12:32 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-20 17:13:25 -0400 |
| commit | d39eee7a5e6f66289f91c0519f92203dd1b7469e (patch) | |
| tree | 448ea0e666eb175a9457a975bad4fd415285e45e /array.h | |
| parent | 024cee7e848ff8550a52db0667f26a53c54d5478 (diff) | |
generate list of executables and cache faster
Diffstat (limited to 'array.h')
| -rw-r--r-- | array.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef ARRAY_H_ #define ARRAY_H_ #include <stdlib.h> +#include <stdbool.h> typedef struct { size_t size; |
