Add initial bigint implementation for the fmt library

This commit is contained in:
2025-03-05 21:34:03 +03:00
parent 0683389d7b
commit fc3d4e22d5
3 changed files with 661 additions and 0 deletions

8
include/BH/String.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef BH_STRING_H
#define BH_STRING_H
#include "Common.h"
#endif /* BH_STRING_H */