Eneboo - Documentación para desarrolladores
|
#include <sys/param.h>
#include <dirent.h>
#include <signal.h>
#include <syslog.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <err.h>
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include <grp.h>
#include "lp.h"
#include "lpc.h"
#include "extern.h"
'defines' | |
#define | LPR_OPER "operator" |
#define | MAX_CMDLINE 200 |
#define | MAX_MARGV 20 |
#define | HELPINDENT ((int)sizeof("directory")) |
Funciones | |
int | main (int argc, char **argv) |
void | help (int argc, char **argv) |
Variables | |
int | fromatty |
char | cmdline [MAX_CMDLINE] |
int | margc |
char * | margv [MAX_MARGV] |
volatile sig_atomic_t | gotintr |
#define HELPINDENT ((int)sizeof("directory")) |
#define LPR_OPER "operator" |
#define MAX_CMDLINE 200 |
#define MAX_MARGV 20 |
void help | ( | int | argc, |
char ** | argv | ||
) |
char cmdline[MAX_CMDLINE] |
volatile sig_atomic_t gotintr |
char* margv[MAX_MARGV] |