We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for ever
while 1
1 parent d95663a commit 4c657c6Copy full SHA for 4c657c6
main.c
@@ -1,4 +1,5 @@
1
#include <stdio.h>
2
+#define ever ;;
3
#ifdef _WIN32
4
#include <windows.h>
5
#include <conio.h>
@@ -60,7 +61,7 @@ int main() {
60
61
float x, y;
62
} p = {w / 2, h / 2}, a[A], m[A];
63
char u = 0, f[h + 1][w], b[13] = " /\\ / \\ vv ";
- while (1) {
64
+ for (ever) {
65
float d = (GetTickCount() - l) * .001;
66
Read(u); // read input
67
l = GetTickCount();
0 commit comments