24 lines
226 B
C
24 lines
226 B
C
#ifndef SPMEM__H
|
|
# define SPMEM__H
|
|
//
|
|
#ifdef SPMEM_IMPL
|
|
|
|
#ifdef SPMEM_STATIC
|
|
#define SPMEM_DEF static
|
|
#else
|
|
#define SPMEM_DEF extern
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|