Scheme 48 Manual | Contents | In Chapter: Mixing Scheme 48 and C
Previous: Unsafe functions and macros | Next: Unsafe functions and macros

Unsafe functions and macros

All of the C procedures and macros described above check that their arguments have the appropriate types and that indexes are in range. The following procedures and macros are identical to those described above, except that they do not perform type and range checks. They are provided for the purpose of writing more efficient code; their general use is not recommended.

Previous: Unsafe functions and macros | Next: Unsafe functions and macros