This commit is contained in:
2025-06-02 08:58:23 -04:00
commit 87ccfdf279
37 changed files with 1286 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef __AMSSTRING4_HPP__
#define __AMSSTRING4_HPP__
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
namespace ams
{
};
#endif