This website requires JavaScript.
Explore
Help
Sign in
ioquake
/
jedi-outcast
Watch
0
Star
0
Fork
You've already forked jedi-outcast
0
mirror of
https://github.com/ioquake/jedi-outcast.git
synced
2025-02-24 20:52:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e4d728c502
jedi-outcast
/
utils
/
Radiant
/
fnmatch.h
7 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
ditch dos style newlines
2013-04-22 05:25:59 +00:00
#
ifndef _FNMATCH_H
#
define _FNMATCH_H
int
match
(
char
*
mask
,
char
*
name
)
;
#
endif
/* fnmatch.h */
Reference in a new issue
Copy permalink