move /src/util/intdef.h to /src/util/types.h

This commit is contained in:
2025-10-09 12:05:01 +02:00
parent 27c862c215
commit aa58d931aa
17 changed files with 16 additions and 16 deletions

View File

@@ -10,9 +10,9 @@
#include <stdlib.h>
#include <string.h>
#include "../types.h"
#include "../error.h"
#include "atrb.h"
#include "intdef.h"
int conf_procbuf(const char *restrict buf, char *restrict kout, char *restrict vout, usize len) {
bool feq = false; // whether we've found the equal sign