refactor: include only in header files

This commit is contained in:
Divlo
2023-01-07 19:41:04 +01:00
parent 886038a0ac
commit bd85171e2d
41 changed files with 101 additions and 131 deletions
+2
View File
@@ -4,6 +4,8 @@
#include <stdbool.h>
#include <stdlib.h>
#include "string.h"
/**
* @brief Append a character to a string, assuming string points to an array
* with enough space.