mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +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
|