OILS
/
benchmarks
/ fake_libc.py
View on Github
|
oilshell.org
14 lines, 4 significant
1
"""
2
fake_libc.py
3
4
For PyPy.
5
"""
6
7
8
def regex_parse(regex_str):
9
return True
10
11
12
# This makes things fall through to the first case statement...
13
def fnmatch(s, to_match):
14
return True