Files
amscppperm1/include/amscpptemplate25a/amscpptemplate25a.hpp
2025-05-07 01:05:49 +00:00

15 lines
237 B
C++

#ifndef __AMSCPPTEMPLATE25A_HPP__
#define __AMSCPPTEMPLATE25A_HPP__
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
namespace ams
{
void amscpptemplate_testfn();
void amscpptemplate_testfn2();
};
#endif