23 changed files with 157 additions and 136 deletions
-
5src/ChangeLog
-
7src/frontend/ChangeLog
-
3src/frontend/com_ahelp.c
-
3src/frontend/com_asciiplot.c
-
3src/frontend/com_help.c
-
3src/frontend/com_plot.c
-
2src/frontend/com_set.c
-
2src/frontend/com_unset.c
-
10src/include/ChangeLog
-
8src/include/cpdefs.h
-
5src/include/defines.h
-
34src/include/wordlist.h
-
1src/main.c
-
5src/maths/ni/ChangeLog
-
4src/maths/ni/niconv.c
-
14src/misc/ChangeLog
-
3src/misc/Makefile.am
-
73src/misc/wlist.c
-
58src/parser/ChangeLog
-
4src/parser/Makefile.am
-
14src/parser/numparse.c
-
26src/parser/wlist.h
@ -1,26 +0,0 @@ |
|||
/************* |
|||
* Header file for wlist.c |
|||
* 1999 E. Rouat |
|||
************/ |
|||
|
|||
#ifndef WLIST_H_INCLUDED |
|||
#define WLIST_H_INCLUDED |
|||
|
|||
int wl_length(wordlist *wlist); |
|||
void wl_free(wordlist *wlist); |
|||
wordlist * wl_copy(wordlist *wlist); |
|||
wordlist * wl_splice(wordlist *elt, wordlist *list); |
|||
void wl_print(wordlist *wlist, FILE *fp); |
|||
wordlist * wl_build(char **v); |
|||
char ** wl_mkvec(wordlist *wl); |
|||
wordlist * wl_append(wordlist *wlist, wordlist *nwl); |
|||
wordlist * wl_reverse(wordlist *wl); |
|||
char * wl_flatten(wordlist *wl); |
|||
wordlist * wl_nthelem(register int i, wordlist *wl); |
|||
void wl_sort(wordlist *wl); |
|||
wordlist * wl_range(wordlist *wl, int low, int up); |
|||
|
|||
|
|||
|
|||
|
|||
#endif |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue