[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-users] c-pointer returns
From: |
Peter Wang |
Subject: |
[Chicken-users] c-pointer returns |
Date: |
Sun, 20 Apr 2003 11:34:58 +1000 |
User-agent: |
Mutt/1.4i |
The manual says the following about the c-pointer type specifier:
An untyped operating-system pointer or a locative. The value #f is
also allowed and is passed as a NULL pointer. If uses as the type of
a return value, a NULL pointer will be returned as #f.
But AFAICT, c-pointer actually generates the same code as
nonnull-c-pointer when used as a return type. Is that right?
Btw, as this is my first message, thanks for writing Chicken :-)
--
王浩禎
- [Chicken-users] c-pointer returns,
Peter Wang <=