mirror of
https://github.com/log-chipper/chipper.git
synced 2026-06-11 17:23:23 -05:00
deps: added toml-c
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @file chipper_common.c
|
||||
*/
|
||||
* @file chipper_common.c
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
*/
|
||||
|
||||
#include "chipper_common.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @file chipper_daemon.c
|
||||
*/
|
||||
* @file chipper_daemon.c
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
*/
|
||||
|
||||
#include "chipper_daemon.h"
|
||||
#include "chipper_log.h"
|
||||
|
||||
+3
-2
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* @file chipper_log.c
|
||||
*/
|
||||
* @file chipper_log.c
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
*/
|
||||
|
||||
#include "chipper_log.h"
|
||||
#include "chipper_common.h"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* @file main.c
|
||||
* @author Darwin Cereska (darwin@darwincereska.dev)
|
||||
*/
|
||||
|
||||
#include "chipper_daemon.h"
|
||||
#include "chipper_common.h"
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user