Registry / other / audit
library4.1.3vcpkgunverified

Library for working with audit subsystem.

vcpkg install audit
INSTALL
IMPORT
SIG · AUDIT
A
audit
othercppv4.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

audit/audit.h
#include <audit/audit.h>

Opens the audit subsystem using the audit library.

#include <audit/audit.h> #include <iostream> int main() { int fd = audit_open(); if (fd >= 0) { std::cout << "Audit subsystem opened" << std::endl; close(fd); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
18
Meta
2
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

audit — pip install audit · libregistry