summaryrefslogtreecommitdiff
path: root/src/regex/regoff_t.h
blob: a87283e13b5153fc53f503f8ed8f3f2e5cae83f0 (plain)
1
2
3
4
5
6
#include <regex.h>
typedef long long int                                                  regoff_t;
/*
POSIX(2)
*/