blob: ab3e6d68ecee5464fc92117328af50abc6f8f61f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef GRAB_UTIL_H
#define GRAB_UTIL_H
#include <mbstring.h>
int getenv_posnum(const char *ev, int fallback);
void pcre2_bitch_and_die(int ec, const char *fmt, ...);
bool islbrk(u8view_t g);
#endif /* !GRAB_UTIL_H */
|