foot/misc.h

7 lines
98 B
C
Raw Normal View History

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