Advertisement
STANAANDREY

stana.h

Nov 20th, 2019
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. /** @file include/stana
  2.  *  This is a Standard C++ Library header.
  3.  */
  4.  
  5. #ifndef _GLIBCXX_STANA
  6. #define _GLIBCXX_STANA 1
  7.  
  8. #pragma GCC system_header
  9.  
  10. #include <bits/c++config.h>
  11.  
  12. ///@FILE_importH:
  13. #include <bits/stdc++.h>
  14.  
  15. #endif /* _GLIBCXX_STANA */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement