Implement & link m_eappli.c

This commit is contained in:
Cuyler36
2023-05-29 02:56:52 -04:00
parent cf3e221a10
commit e9ad57bdd4
7 changed files with 193 additions and 29 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef M_EAPPLI_H
#define M_EAPPLI_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif