repo.or.cz
/
Projects.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Commit
[Projects.git]
/
dundancy
/
source
/
dundancy.h
blob
2d5f12ee12e905654c7a0fe8928baa26d12b01f0
1
#ifndef DUNDANCY_PARSE_H_INCLUDED
2
#define DUNDANCY_PARSE_H_INCLUDED
3
char
*
RIGHT
;
4
char
*
LEFT
;
5
typedef
char
*
func
(
char
*
a
,
char
*
b
);
6
void
split
(
const char
original
[],
const char
search
[],
char
split1
[],
char
split2
[]);
7
#endif