summaryrefslogtreecommitdiff
path: root/app/v3_c/src/include/utils.h
blob: faa4e8ec5f49fcb68709ea02b1145cf6824cb720 (plain)
1
2
3
4
5
6
7
8
9
#ifndef UTILS_H
#define UTILS_H

#ifdef DEBUG
#include <stdio.h>
void logs(char *s);
#endif

#endif