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>
6
int
main() {
7
printf(
"%d\n"
, 8 *
sizeof
(regoff_t));
8
return
0;
9
}
regex_test.cc
Generated by
1.13.2