ekg2  GIT master
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
completion.h
Idź do dokumentacji tego pliku.
1 #ifndef __EKG2_COMPLETION_H
2 #define __EKG2_COMPLETION_H
3 
4 extern char **ekg2_completions;
5 
6 int ekg2_complete(int *line_start, int *line_index, char *line, int line_maxlen);
8 
9 #endif
10 
11 /*
12  * Local Variables:
13  * mode: c
14  * c-file-style: "k&r"
15  * c-basic-offset: 8
16  * indent-tabs-mode: t
17  * End:
18  */