Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Main
- #define SIZE 256
- #include <SBuff.h>
- ...
- // Include
- #ifndef SIZE
- #define SIZE 64
- #endif
- char buffer[SIZE];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement