libdap Updated for version 3.21.0
libdap4 is an implementation of OPeNDAP's DAP protocol.
regex_test.cc
1#if HAVE_CONFIG_H
2# include <config.h>
3#endif
4#include <cstdio>
5#include <regex.h>
6int main () { printf ("%d\n", 8 * sizeof (regoff_t)); return 0; }