1 #pragma once 2 3 #ifdef NDEBUG 4 #undef NDEBUG 5 #include <assert.h> 6 #define NDEBUG 7 #else 8 #include <assert.h> 9 #endif 10
This page was automatically generated by LXR 0.3.1. • OpenWrt