picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 9c6a030b8042a31d08c36c77d1adb5e65f194a27
parent 420d0dcb5f2b0648b7f2dc716bed7687a9d30163
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 14 Jun 2011 11:53:39 +0200

Minor 'native' doc addition
Diffstat:
Mdoc/refN.html | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/refN.html b/doc/refN.html @@ -171,8 +171,8 @@ structures, e.g. <ul> <li>a variable in the CAR (to recieve the returned structure data, ignored when the CAR is <code>NIL</code>) - <li>a cons pair for the size- and value-specification in the CADR (see the - value and size specifications above), and + <li>a cons pair for the size and value specification in the CADR (see above), + and <li>an optional sequence of initialization items in the CDDR, where each may be <ul> @@ -184,6 +184,8 @@ structures, e.g. <li>a pair <code>(sym . cnt)</code> where '<code>sym</code>' is stored as a null-terminated string in a field of '<code>cnt</code>' bytes </ul> + If the last CDR of the initialization sequence is a number, it is used + as a fill-byte value for the remaining space in the structure. </ul> </ul>