index
:
glacier
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parse.h
blob: 33d7cf416a6948f8772b5480ffa8e424af0cfac4 (
plain
)
1
2
3
4
5
6
#ifndef PARSE_H #define PARSE_H void parse(const char *s); #endif /* PARSE_H */