nconf.h (754451342fc5954061ede74b0a8485ec4a4c6eaa) | nconf.h (694c49a7c01cc87194be40cb26404b58b68c291c) |
---|---|
1/* 2 * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com? 3 * Released under the terms of the GNU GPL v2.0. 4 * 5 * Derived from menuconfig. 6 * 7 */ 8 9#include <ctype.h> 10#include <errno.h> 11#include <fcntl.h> 12#include <limits.h> 13#include <stdarg.h> 14#include <stdlib.h> 15#include <string.h> 16#include <unistd.h> | 1/* 2 * Copyright (C) 2008 Nir Tzachar <nir.tzachar@gmail.com? 3 * Released under the terms of the GNU GPL v2.0. 4 * 5 * Derived from menuconfig. 6 * 7 */ 8 9#include <ctype.h> 10#include <errno.h> 11#include <fcntl.h> 12#include <limits.h> 13#include <stdarg.h> 14#include <stdlib.h> 15#include <string.h> 16#include <unistd.h> |
17#include <locale.h> | |
18#include <ncurses.h> 19#include <menu.h> 20#include <panel.h> 21#include <form.h> 22 23#include <stdio.h> 24#include <time.h> 25#include <sys/time.h> --- 69 unchanged lines hidden --- | 17#include <ncurses.h> 18#include <menu.h> 19#include <panel.h> 20#include <form.h> 21 22#include <stdio.h> 23#include <time.h> 24#include <sys/time.h> --- 69 unchanged lines hidden --- |