asc26 amss-ncku initialized

This commit is contained in:
2026-01-13 15:01:15 +08:00
commit f2fc9af70e
272 changed files with 262274 additions and 0 deletions

24
AMSS_NCKU_source/stdc.h Normal file
View File

@@ -0,0 +1,24 @@
#ifndef AHFINDERDIRECT__STDC_H
#define AHFINDERDIRECT__STDC_H
#define then /* empty */
#ifdef M_PI
#define PI M_PI
#endif
#define iabs(x_) abs(x_)
namespace AHFinderDirect
{
namespace jtutil
{
int error_exit(int msg_level, const char *format, ...);
#define ERROR_EXIT (-1)
#define PANIC_EXIT (-2)
}
}
#endif /* AHFINDERDIRECT__STDC_H */