libair::util
AirCERT >
libair >
util
The util module of libair exports a number of sub-modules that provide a number
useful, basic primitives used throughout the AirCERT project.
- ualloc: user allocation domains (level of indirection for malloc)
- panic: code to bug out when you need to
- log: flexible, multi-output logging and debug messages
- cla: command-line arg parser and usage message generator
- flagbits: flagword -> string for readable log messages
- url: URL parsing and construction
- daemon: utilities for writing daemons
- strutil: string-bashing code that doesn't belong anywhere else
- timing: macros to generate timing information of code execution
- https: routines to manage https communication
- file: portable/useful file primitives
- xbuf: extendable buffers/vectors
- hash: simple in-core hash tables
Copyright © 2002-2003, Carnegie Mellon University