bbstd.h 234 B

123456789101112131415161718
  1. #ifndef BB_STD_H
  2. #define BB_STD_H
  3. #if __OBJC__
  4. #import <Foundation/Foundation.h>
  5. #endif
  6. #include <new>
  7. #include <initializer_list>
  8. #include <cstdio>
  9. #include <cstdlib>
  10. #include <cstring>
  11. #include <cctype>
  12. #include <cmath>
  13. #endif