readme updates
This commit is contained in:
parent
07057cbb70
commit
ab118b0913
|
@ -484,11 +484,11 @@ If you're looking for an example check the interface to the C standard library
|
||||||
time functions in cstdlib/time.c.
|
time functions in cstdlib/time.c.
|
||||||
|
|
||||||
## goto
|
## goto
|
||||||
The goto statement is implemented, but only supports forward gotos, not backward.
|
The goto statement is implemented but only supports forward gotos, not backward.
|
||||||
The rationale for this is that backward gotos are not necessary for any
|
The rationale for this is that backward gotos are not necessary for any
|
||||||
"legitimate" use of goto.
|
"legitimate" use of goto.
|
||||||
|
|
||||||
Some discussion on this topic:
|
Some discussion on this topic:
|
||||||
|
|
||||||
* http://www.cprogramming.com/tutorial/goto.html
|
* http://www.cprogramming.com/tutorial/goto.html
|
||||||
*http://kerneltrap.org/node/553/2131
|
* http://kerneltrap.org/node/553/2131
|
||||||
|
|
Loading…
Reference in a new issue