Registry / utility / septag-dmon

septag-dmon

JSON →
library2022-02-08vcpkgunverified

a tiny C library that monitors changes in a directory

vcpkg install septag-dmon
INSTALL
IMPORT
SIG · SEPTAG-DMON
S
septag-dmon
utilitycppv2022-02-08
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.

dmon.h
#include <dmon.h>

Watch current directory recursively for file changes

#include <dmon.h> #include <stdio.h> void callback(dmon_watch_id id, dmon_action action, const char* dirpath, const char* filename, const char* oldname, void* user) { printf("File changed: %s/%s\n", dirpath, filename); } int main() { dmon_init(); dmon_watch("./", callback, DMON_WATCH_RECURSIVE, NULL); getchar(); dmon_deinit(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-02-08latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

septag-dmon — pip install septag-dmon · libregistry