/* *The header shall provide a *declaration for errno *author:ysun@lnxw.com */ #include int errno_test; int dummyfcn (void) { errno_test = errno; return 0; }