summary refs log tree commit diff
path: root/include/main.h
blob: 9cdf6ac79e6c5c7dbc48a81dbda10e7bc9439c31 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MAIN_H__
#define __MAIN_H__

#include "types.h"


extern const s8 *program_name;

#endif /* __MAIN_H__ */