mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 20:25:42 +00:00
15ad74fdad
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
9 lines
150 B
C
9 lines
150 B
C
#ifndef __RL_FNMATCH_H__
|
|
#define __RL_FNMATCH_H__
|
|
|
|
#define FNM_NOMATCH 1
|
|
|
|
int rl_fnmatch(const char *pattern, const char *string, int flags);
|
|
|
|
#endif
|