Y
Hacker News
new
|
ask
|
show
|
jobs
by
froober
255 days ago
That works well until the following doesn't compile
int x = 1 — 2;
1 comments
SAI_Peregrinus
255 days ago
#define — -
fixes that issue for C.
link