|
ezmlmx 0.69
ezmlmx
|
#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#include <unistd.h>#include "stralloc.h"#include "buffer.h"#include "readwrite.h"#include "sig.h"#include "getconf.h"#include "env.h"#include "fmt.h"#include "now.h"#include "lock.h"#include "getoptb.h"#include "errtxt.h"#include "scan.h"#include "case.h"#include "str.h"#include "open.h"#include "idx.h"#include "auto_version.h"#include "logmsg.h"#include "lockfile.h"
Go to the source code of this file.
Macros | |
| #define | WHO "ezmlm-tstdig" |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| stralloc | line = {0} |
| buffer | bn |
| char | numbuf [16] |
| char | strnum [FMT_ULONG] |
| int | flaglocal = 0 |
Definition in file ezmlm-tstdig.c.
| #define WHO "ezmlm-tstdig" |
Definition at line 25 of file ezmlm-tstdig.c.
| int main | ( | int | argc, |
| char ** | argv ) |
| buffer bn |
Definition at line 39 of file ezmlm-tstdig.c.
| int flaglocal = 0 |
Definition at line 44 of file ezmlm-tstdig.c.
| stralloc line = {0} |
Definition at line 37 of file ezmlm-tstdig.c.
| char numbuf[16] |
Definition at line 40 of file ezmlm-tstdig.c.
| char strnum[FMT_ULONG] |
Definition at line 42 of file ezmlm-tstdig.c.