Code Generation/Exercise 5: Difference between revisions
From Wiki**3
< Code Generation
(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 ...") |
(Redirected page to ist:Code Generation/Exercise 5) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#REDIRECT [[ist:Code Generation/Exercise 5]] | |||
Latest revision as of 18:15, 6 December 2018
Redirect to: