aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_main.h
blob: 8feabe9c4c2d66915e2ca74286e47311f5425c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/****************************************************************************************/
/*                                                                                      */
/*  File     : jo_main.h                                                  /_________/   */
/*  Author   : Joe                                                              |       */
/*  Date     : 04/2020                                                          |       */
/*                                                                              |       */
/*                                                                      /       |       */
/*                                                                      \       /       */
/*                                                                       \_____/        */
/*                                                                                      */
/****************************************************************************************/

#ifndef JO_MAIN_H
#define JO_MAIN_H

#include <jo_lowbat.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>

#endif