aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_main.h
blob: 742f1d9076e89346e8738a5330c92f2a101abdc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/****************************************************************************************/
/*                                                                                      */
/*  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>
#include <inttypes.h>

#endif