annotate lib/xregcomp.h @ 922:32eec4a8f363

Force 64 bit math in expr, from Daniel Verkamp
author Rob Landley <rob@landley.net>
date Sat, 15 Jun 2013 00:49:06 -0500
parents ce6956dfc0cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
114
ce6956dfc0cf Add sync and an incomplete version of mdev.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 /* This is a separate file so libc doesn't always need regex support. */
ce6956dfc0cf Add sync and an incomplete version of mdev.
Rob Landley <rob@landley.net>
parents:
diff changeset
2
ce6956dfc0cf Add sync and an incomplete version of mdev.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 #include <sys/types.h>
ce6956dfc0cf Add sync and an incomplete version of mdev.
Rob Landley <rob@landley.net>
parents:
diff changeset
4 #include <regex.h>
ce6956dfc0cf Add sync and an incomplete version of mdev.
Rob Landley <rob@landley.net>
parents:
diff changeset
5
ce6956dfc0cf Add sync and an incomplete version of mdev.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 void xregcomp(regex_t *preg, char *rexec, int cflags);