3 :when_no_prototypes: :warn
4 :treat_externs: :include
5 :enforce_strict_ordering: TRUE
13 :callback_include_count: true # include a count arg when calling the callback
14 :callback_after_arg_check: false # check arguments before calling the callback
23 :includes: # This will add these includes to each mock.
26 :treat_externs: :exclude # Now the extern-ed functions will be mocked.
27 :weak: __attribute__((weak))
34 :treat_externs: :include