box-o-sand/devpkg/apr_errno_test.c

8 lines
76 B
C

#include <apr_errno.h>
int main(int argc, char *argv[])
{
return 0;
}