123456789101112131415161718 |
- #ifndef BB_STD_H
- #define BB_STD_H
- #if __OBJC__
- #import <Foundation/Foundation.h>
- #endif
- #include <new>
- #include <initializer_list>
- #include <cstdio>
- #include <cstdlib>
- #include <cstring>
- #include <cctype>
- #include <cmath>
- #endif
|