nixide-sys header guards

This commit is contained in:
do butterflies cry? 2026-03-28 11:57:13 +10:00
parent d5bc2400c9
commit ce6b3f7270
Signed by: cry
GPG key ID: F68745A836CA0412
6 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,6 @@
#ifndef NIXIDE_UTIL
#define NIXIDE_UTIL
// Nix C API for utilities.
//
// Most notably containing functions for handling
@ -5,3 +8,5 @@
// the Nix C APIs for error handling.
//
#include <nix_api_util.h>
#endif