blob: e7b5bc0bfd726b348de9670e035fb5e0baa4c93a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _HAVE_ESPIK_GLOBAL_H
#define _HAVE_ESPIK_GLOBAL_H
#define APPS_NAME "espik"
#define ESPIK_VERSION "0.0.1"
#define MAX_LEN 512
#define STDIN_FILENO 1
#define __UNUSED__ __attribute__((unused))
#endif /* _HAVE_ESPIK_GLOBAL_H */
|