#include int main() { pcre *re; const char *error; int erroffset; /* more code here */ re = pcre_compile("^[A-Z]", 0, &error, &erroffset, NULL); /* rest of the application */ }