box-o-sand/lcthw-remnants/devpkg/apr_errno_test.c

8 lines
76 B
C
Raw Normal View History

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