17 lines
191 B
C
17 lines
191 B
C
|
|
#ifndef APFL_MODULES_H
|
||
|
|
#define APFL_MODULES_H
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include "apfl.h"
|
||
|
|
|
||
|
|
struct apfl_string_view apfl_mod_globals(void);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|