mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-22 08:43:20 +00:00
Merge branch 'bro' of https://gitlab.com/klmp200/fish into bro
This commit is contained in:
commit
89eef3ba58
@ -8,17 +8,11 @@
|
|||||||
WordArray* fishExpand(WordArray *wordArray) {
|
WordArray* fishExpand(WordArray *wordArray) {
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
//int j;
|
|
||||||
WordArray* splitParameter;
|
WordArray* splitParameter;
|
||||||
|
|
||||||
for(i=1; i<wordArray->size; i++){
|
for(i=1; i<wordArray->size; i++){
|
||||||
|
|
||||||
splitParameter = split(wordArray->words[i], "/");
|
|
||||||
printf("%s", splitParameter->words[0]);
|
|
||||||
|
|
||||||
/*for(j=0; i<splitParameter->size; j++){
|
|
||||||
printf("%s", splitParameter->words[j]);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user