io: open library-called print functions

This commit is contained in:
Recep Aslantas
2020-04-30 23:40:21 +03:00
parent fefc3dc32d
commit 3ec6bad5b3

View File

@@ -7,7 +7,6 @@
#ifndef cglmc_io_h
#define cglmc_io_h
#if (defined(DEBUG) || defined(CGLM_DEFINE_PRINTS)) || defined(CGLM_LIB_SRC)
#ifdef __cplusplus
extern "C" {
@@ -43,5 +42,4 @@ glmc_versor_print(versor vec,
#ifdef __cplusplus
}
#endif
#endif
#endif /* cglmc_io_h */