Idź do dokumentacji tego pliku.00001 #ifndef __EKG_NCURSES_COMPLETION_H
00002 #define __EKG_NCURSES_COMPLETION_H
00003
00004 #define COMPLETION_MAXLEN 2048
00005
00006 void ncurses_complete(int *line_index, char *line);
00007 void ncurses_complete_clear();
00008
00009 #endif
00010
00011
00012
00013
00014
00015
00016
00017
00018