Main
AutoGen
Pages
Home
Announce
FAQ
docs
XML Defs
testimonials
downloads
Automated
Options
AutoOpts
Comparison
Man example
Redistribute
Licensing
local use
using getopt
GCC's
Fixincludes
fixincludes
Automated
FSM
description
example
usagefsm
Addons
addon
Automated
XDR
xdr project
Define events with embedded markup comments, and derive documentation, invocation macros, handling tables, dispatch tables, and display functions.
This program will take a list of character classes and convert them into bit map tests.
Create a program to edit a daemon config file by processing the options, rewriting the config file and sending SIGHUP to the daemon.
This program will take a list of character classes and convert them into bit map tests. If all you ever need are "isspace" or "isalpha" or the other tests included in, then by all means use that. On the other hand, if you find yourself writing code like: if (isalnum(*p) || (*p == '_')) Then this might be handy.
test.sh
test-cmap.map test-cmap.h
This template will produce a program that will process its configuration file and command line options, save the option state to its config file, and then signal its associated daemon file with a SIGHUP. Included with this template are some auxialiary options and attributes in a file named "editor.def".
editor.tpl editor.def
daemon.c daemon-opts.def
edit-daemon-conf.c edit-daemon-conf.h
top Viewable With Any Browser Valid XHTML 1.0!