9 lines
193 B
C++
9 lines
193 B
C++
|
|
#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;
|
||
|
|
}
|