Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

loc1, loc2 - pointers to characters matched by regular expressions

&pagelevel(4)&pagelevel

Syntax

#include <regexp.h>

extern char *loc1;
extern char *loc2;

Description

See regexp().

Notes

This function will not be supported by the X/Open standard in the future.

New applications should use fnmatch(), glob(), regcomp() and regexec(), which
guarantee full internationalized regular expression functionality (see "Regular expressions"
in the manual "POSIX Commands" [2 (Related publications)].