#pragma once #include "types.h" #include #include #define _(x) gettext(x) void pdebug(lm_ctx_t *ctx, const char *func, const char *fmt, ...); bool contains(char *str, char s); bool eq(char *s1, char *s2); bool is_letter(char c); bool is_digit(char c);