7 lines
207 B
C
7 lines
207 B
C
// 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>
|