Code Generation/Exercise 5: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 December 2018

9 May 2017

16 February 2017

6 April 2015

16 May 2011

  • curprev 15:2315:23, 16 May 2011Root talk contribs 522 bytes +522 Created page with "== The Original Code == Consider the following C function: <c> int gcd(int a, int b) { static int temp = 0; if (temp) temp = swap(&a, &b); while (1) { a %= b; if ..."