Y
Hacker News
new
|
ask
|
show
|
jobs
by
yazaddaruvala
170 days ago
Of course it is. C does allow named functions and variables. C doesn’t allow arbitrary jumps.
Those are two reasons why C is less tedious than assembly.
1 comments
1718627440
170 days ago
> C doesn’t allow arbitrary jumps.
Have you heard of longjmp?
link
Have you heard of longjmp?