DEBSOURCES
Skip Quicknav
sources / mk-configure / 0.37.0-2 / tests / mkc_features / tool / test_features4.cxx
123456789
#include <stdio.h> #include "mkc_errc.h" int main(int argc, char** argv) { errc(1, 0, "error"); return 0; }