initial testing.
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#ifndef __AMSCIMGLIB4_INTL_HPP__
|
||||
#define __AMSCIMGLIB4_INTL_HPP__
|
||||
|
||||
#include <amscimglib4/amscimglib4_tests.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <amscimglib4/amscimglib4_tests.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -1,7 +1,17 @@
|
||||
#ifndef __AMSCIMGLIB4_TESTS_HPP__
|
||||
#define __AMSCIMGLIB4_TESTS_HPP__
|
||||
|
||||
void amscimglib4_test_init();
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
AMSCIMGLIB4_API void amscimglib4_test_init();
|
||||
|
||||
AMSCIMGLIB4_API void amscimglib4_test_loadsave();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}; //end extern "C"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user