In file audit.h:

#define AUDIT

(x)

AUDIT convenience macro.

Documentation

AUDIT convenience macro.

This macro shortens considerably most calls to audit(). By convention, audit entry flags, summary and detailed text are #defined as AUT_x, AUS_x and AUD_x macros, where x is a name common to all three. Given an argument x, the macro expands to the triplet AUT_x,AUS_x,AUD_x. In this way, arguments 2 to 4 of audit() can be replaced by a simple AUDIT call.

See Also:
audit()

Alphabetic index



This page was generated with the help of DOC++.