foot/misc.h
2019-12-03 19:16:58 +01:00

6 lines
98 B
C

#pragma once
#include <stdbool.h>
#include <wchar.h>
bool isword(wchar_t wc, bool spaces_only);