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

extern const char *program_name; /**< argv[0] */

#endif /* __MAIN_H__ */