Linux Kernel
3.7.1
|
#include <locale.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <getopt.h>
#include <sys/stat.h>
#include <sys/time.h>
#include "lkc.h"
Go to the source code of this file.
Enumerations | |
enum | input_mode { oldaskconfig, silentoldconfig, oldconfig, allnoconfig, allyesconfig, allmodconfig, alldefconfig, randconfig, defconfig, savedefconfig, listnewconfig, olddefconfig } |
Functions | |
int | main (int ac, char **av) |
Variables | |
enum input_mode | input_mode = oldaskconfig |
enum input_mode |
enum input_mode input_mode = oldaskconfig |