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
5
extern
"C"
{
6
#endif
7
18
bool
glob_match
(
char
const
* pat,
char
const
* str);
19
20
#ifdef __cplusplus
21
};
22
#endif
glob_match
bool glob_match(char const *pat, char const *str)
Tests whether a string matches a glob pattern.
include
ship
utils
glob.h
Generated by
1.9.8