Remove STDINT_H macro, use stdint.h directly. Compilers and platforms that do not have this header shall provide them on their own.

This commit is contained in:
Alibek Omarov
2025-10-08 03:48:43 +05:00
parent 1834bd6076
commit a1d3b7d65f
11 changed files with 9 additions and 930 deletions

View File

@@ -15,7 +15,7 @@ GNU General Public License for more details.
#ifndef UTFLIB_H
#define UTFLIB_H
#include STDINT_H
#include <stdint.h>
#include <stddef.h>
typedef struct utfstate_s