Initial commit
This commit is contained in:
12
include/lisp/util.h
Normal file
12
include/lisp/util.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef INCLUDED_UTIL_H
|
||||
#define INCLUDED_UTIL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
# define LISP_BEGIN_DECLS extern "C" {
|
||||
# define LISP_END_DECLS }
|
||||
#else
|
||||
# define LISP_BEGIN_DECLS
|
||||
# define LISP_END_DECLS
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user