Hello,
(ice-9 poll) reads:
(define-syntax pollfd-offset
(syntax-rules ()
((_ n) (* n 8
I guess 8 is really sizeof (struct pollfd), right?
In that case, how about getting it at configure time and exporting it
from C?
Thanks,
Ludo.
Ian Price writes:
> Hello guilers,
>
> There's a small aesthetic issue that's been bothering me for a
> while. Namely, newlines aren't treated like other escape sequences when
> printed with WRITE.
>
> scheme@(guile-user)> (write "\n")
> "
> "scheme@(guile-user)>
>
> Now, I can see why this would