repo.or.cz
/
rofl0r-gnuboy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configure.ac: fix typo
[rofl0r-gnuboy.git]
/
split.h
blob
4f2f11f1fd7010a1c65fd6cf8ab0ff4836b721d3
1
#ifndef SPLIT_H
2
#define SPLIT_H
3
4
int
splitline
(
char
**
argv
,
int
max
,
char
*
line
);
5
6
#endif
7