Skip to content

Instantly share code, notes, and snippets.

@hbd
Last active May 7, 2016 23:32
Show Gist options
  • Save hbd/0397686d4ab5c464b2f4b00cfd8424ef to your computer and use it in GitHub Desktop.
Save hbd/0397686d4ab5c464b2f4b00cfd8424ef to your computer and use it in GitHub Desktop.
for (i = r; i < r+8; i++) {
for (j = c; j < c+8; j++) {
...
tmp = A[i][j];
B[j][i] = tmp;
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment