mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-04-27 03:03:52 +00:00
This commit is contained in:
parent
c43e39205f
commit
1c5ace1e7f
15 changed files with 179 additions and 34 deletions
13
profile/3.3.5a-windows-386/include/bc/string/quickformat.h
Normal file
13
profile/3.3.5a-windows-386/include/bc/string/quickformat.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef BC_STRING_QUICK_FORMAT_H
|
||||
#define BC_STRING_QUICK_FORMAT_H
|
||||
|
||||
#define BC_STRING_QUICK_FORMAT(N) \
|
||||
typedef struct Blizzard__String__QuickFormat_##N Blizzard__String__QuickFormat_##N; \
|
||||
struct Blizzard__String__QuickFormat_##N { \
|
||||
char m_buffer[N]; \
|
||||
};
|
||||
|
||||
// Blizzard::String::QuickFormat<1024>
|
||||
BC_STRING_QUICK_FORMAT(1024);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue