1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2025-05-21 23:21:15 +02:00

feat: add types.h

This commit is contained in:
2023-06-25 15:07:34 +02:00
parent 1ded37b106
commit a0140a6716
13 changed files with 26 additions and 5 deletions

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').