mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
parent
d523e7a676
commit
3b0c2a3543
1 changed files with 1 additions and 0 deletions
1
misc.c
1
misc.c
|
|
@ -1,5 +1,6 @@
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "char32.h"
|
#include "char32.h"
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
bool
|
bool
|
||||||
isword(char32_t wc, bool spaces_only, const char32_t *delimiters)
|
isword(char32_t wc, bool spaces_only, const char32_t *delimiters)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue