DEBSOURCES
Skip Quicknav
sources / uid-wrapper / 1.2.1%2Bdfsg1-1 / tests / uwrap_enabled.c
12345678
#include <stdbool.h> bool uid_wrapper_enabled(void); bool uid_wrapper_enabled(void) { return false; }