api_checking
List of: Options
Subjects: Modeler Control
Contents: Kernel

Action: Controls whether or not arguments to APIs are checked.

Name String: api_checking

Scheme: boolean #f, #t #t

Test Harness: integer 0, 1 1

C++: logical FALSE, TRUE TRUE

Description: If this option is on, arguments to APIs are checked for validity. If it is off, they are not. This is a global option.

Example: ; api_checking

; Turn off API argument checking

(option:set "api_checking" #f)

;; #t
PDF/KERN/40OPT.PDF
HTM/DATA/KERN/KERN/40OPT/0003.HTM