mirror of
https://github.com/log-chipper/chipper.git
synced 2026-06-11 09:13:23 -05:00
deps: added toml-c
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/**
|
||||
* @file chipper_common.h
|
||||
* @brief Common definitions and small helpers
|
||||
*/
|
||||
* @file chipper_common.h
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
* @brief Standard options and small helpers
|
||||
*/
|
||||
|
||||
#ifndef CHIPPER_COMMON_H
|
||||
#define CHIPPER_COMMON_H
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @file chipper_config.h
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
* @brief
|
||||
*/
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file chipper_daemon
|
||||
*/
|
||||
* @file chipper_daemon.h
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
* @brief Daemon functions
|
||||
*/
|
||||
|
||||
#ifndef CHIPPER_DAEMON_H
|
||||
#define CHIPPER_DAEMON_H
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/**
|
||||
* @file chipper_log.h
|
||||
* @brief Low-level log output
|
||||
*/
|
||||
* @file chipper_log.h
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
* @brief Logging functions
|
||||
*/
|
||||
|
||||
#ifndef CHIPPER_LOG_H
|
||||
#define CHIPPER_LOG_H
|
||||
|
||||
Reference in New Issue
Block a user