Skip to content

Commit

Permalink
addede missing #include <stdio.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding committed Jul 27, 2024
1 parent f12e63c commit ed95307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/logic/arrayof.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>

// Function to create an arrayof with an initial set of elements
fossil_tofu_arrayof_t fossil_tofu_arrayof_create(char *type, size_t size, ...) {
Expand Down

0 comments on commit ed95307

Please sign in to comment.