mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 12:52:23 +00:00
13 lines
91 B
Plaintext
13 lines
91 B
Plaintext
@@
|
|
statement s;
|
|
@@
|
|
- while (true)
|
|
+ for (;;)
|
|
s
|
|
@@
|
|
statement s;
|
|
@@
|
|
- while (1)
|
|
+ for (;;)
|
|
s
|