diff options
| author | Clecio Jung | 2023-03-24 18:18:19 -0300 |
|---|---|---|
| committer | Clecio Jung | 2023-03-24 18:18:19 -0300 |
| commit | a33d389310a35bc181583b0f25dbf742e67295e9 (patch) | |
| tree | 8e4c622b259606b09a724c73286e006fa6944144 /ini_file.h | |
| parent | 629d03b079b29f6d5178c407537aa15f9d109ec8 (diff) | |
| download | libini-a33d389310a35bc181583b0f25dbf742e67295e9.tar.xz libini-a33d389310a35bc181583b0f25dbf742e67295e9.tar.zst | |
USing macros to avoid code repetition
Diffstat (limited to 'ini_file.h')
| -rw-r--r-- | ini_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ * the program. */ +#include <stdio.h> +#include <stdlib.h> /* This is a implementation of a custom string allocator to store the strings found * inside the INI. If you don't want to use this approach, just comment the |
