Guest User

Untitled

a guest
Jun 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. typedef unsigned char BYTE;
  2. struct data
  3. {
  4. BYTE a;
  5. BYTE b;
  6. BYTE c;
  7. };
  8.  
  9. data buffer[100][100];
  10.  
  11. THEfUNCTION("some text",(BYTE*)buffer);
Add Comment
Please, Sign In to add comment