feat: add types.h

This commit is contained in:
2023-06-25 20:09:07 +02:00
parent 1ded37b106
commit a0140a6716
13 changed files with 26 additions and 5 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
#include "character.h"
#include "convert.h"
#include "dictionary.h"
typedef char* string_t;
#include "types.h"
/**
* @brief Return the length of a string (excluding '\0').