Soil Testing 0.1.0
Readily available soil testing
Loading...
Searching...
No Matches
log.h
Go to the documentation of this file.
1#ifndef LOG_H
2#define LOG_H
3
4#include <stdbool.h>
5#include <stdio.h>
6
22uint8_t init_log(void);
23
27void dlog_wrap(const char *fmt, ...) __attribute__ ((format (printf, 1 ,2)));
28
29
36void dlog(const char *msg);
37
48void log_file(FILE *f, const char *data);
49
53uint8_t close_log(void);
54#endif
void log_file(FILE *f, const char *data)
void void dlog(const char *msg)
void dlog_wrap(const char *fmt,...) __attribute__((format(printf
uint8_t close_log(void)
uint8_t init_log(void)