Florian Zumbiehl <[email protected]> writes: > But usually, good APIs would declare buffer sizes as size_t, which there > doesn't seem to be any corresponding foreign type specifier for!?
Actually, a foreign type specifier for size_t was added in 4.7.0 (called size_t, too). Apparently it wasn't added to the documentation, though. Thanks for the pointer, I'll document it right away! Moritz _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
