diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 06:39:29 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 06:39:29 +0000 |
| commit | 2dea5bc2ad4281042758f0e9bfe98fa96bc89412 (patch) | |
| tree | 325a53d3e82459b91a03e167fc8d32bc1c9f90ec /include/declare.h | |
| parent | cb7e87a7889c8ee3f33db43dc2f5653385dc9e29 (diff) | |
declarative package management
Diffstat (limited to 'include/declare.h')
| -rw-r--r-- | include/declare.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/declare.h b/include/declare.h new file mode 100644 index 0000000..daf2b5b --- /dev/null +++ b/include/declare.h @@ -0,0 +1,4 @@ +#ifndef DECLARE +#define DECLARE +void declare(); +#endif |
