blob: 0869c3eac40f81d4390cb8d6af3ff1c0e1eab8fc (
plain) (
tree)
|
|
#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 __UNUSED__ __attribute__((unused))
#endif /* _HAVE_ESPIK_GLOBAL_H */
|