examples

Toy examples in single C files.
git clone git://henryandlizzy.uk/examples
Log | Files | Refs

sanitizer-options.h (117B)


      1 #pragma once
      2 
      3 #ifdef __cplusplus
      4 extern "C"
      5 #endif
      6 char const* __asan_default_options() { return "detect_leaks=0"; }