diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-03-05 21:34:03 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-04-05 13:56:00 +0300 |
| commit | fc3d4e22d5753182acc2e3cfa22a41212245abd3 (patch) | |
| tree | f5181b013bc439663c85d0b23a27820d0c3b10eb /include/BH/String.h | |
| parent | 0683389d7bc53520b3ff468da5c59f2cc5f07995 (diff) | |
| download | bhlib-fc3d4e22d5753182acc2e3cfa22a41212245abd3.tar.gz | |
Add initial bigint implementation for the fmt library
Diffstat (limited to 'include/BH/String.h')
| -rw-r--r-- | include/BH/String.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/BH/String.h b/include/BH/String.h new file mode 100644 index 0000000..021429c --- /dev/null +++ b/include/BH/String.h @@ -0,0 +1,8 @@ +#ifndef BH_STRING_H +#define BH_STRING_H + + +#include "Common.h" + + +#endif /* BH_STRING_H */ |
