Nerviie

TENTAR

May 16th, 2021 (edited)
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. for (i=0; i<g_height; i++) {
  2.     for (j=0; j<g_width; j++) {
  3.         buffer[g_height * j + g_height - i - 1] = img[g_width * i + j];
  4.     }
  5. }
Add Comment
Please, Sign In to add comment