Files
amscppimglib4/src/main.cpp

9 lines
193 B
C++
Raw Normal View History

2025-05-19 15:33:25 -04:00
#include <amscppimglib4/amscppimglib4.hpp>
int main(int argc, char* argv[])
{
int ret = 0;
printf("ams c++ image library tests.\n");
ams::amscpptemplate_testfn();
return ret;
}