libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
glob.h
Go to the documentation of this file.
1#pragma once
2#include <stdbool.h>
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
18bool glob_match(char const* pat, char const* str);
19
20#ifdef __cplusplus
21};
22#endif
bool glob_match(char const *pat, char const *str)
Tests whether a string matches a glob pattern.