Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. // Main
  2. #define SIZE 256
  3. #include <SBuff.h>
  4.  
  5. ...
  6.  
  7. // Include
  8. #ifndef SIZE
  9.     #define SIZE 64
  10. #endif
  11.  
  12. char buffer[SIZE];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement