nixide/nixide-sys/include/nix-util.h
2026-03-28 11:57:13 +10:00

12 lines
256 B
C

#ifndef NIXIDE_UTIL
#define NIXIDE_UTIL
// Nix C API for utilities.
//
// Most notably containing functions for handling
// the `nix_c_context` structure, which is used throughout
// the Nix C APIs for error handling.
//
#include <nix_api_util.h>
#endif