Blame doc/html/pcre_version.html

Packit 78a954
<html>
Packit 78a954
<head>
Packit 78a954
<title>pcre_version specification</title>
Packit 78a954
</head>
Packit 78a954
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
Packit 78a954

pcre_version man page

Packit 78a954

Packit 78a954
Return to the PCRE index page.
Packit 78a954

Packit 78a954

Packit 78a954
This page is part of the PCRE HTML documentation. It was generated automatically
Packit 78a954
from the original man page. If there is any nonsense in it, please consult the
Packit 78a954
man page, in case the conversion went wrong.
Packit 78a954

Packit 78a954

Packit 78a954
SYNOPSIS
Packit 78a954

Packit 78a954

Packit 78a954
#include <pcre.h>
Packit 78a954

Packit 78a954

Packit 78a954
const char *pcre_version(void);
Packit 78a954

Packit 78a954

Packit 78a954
const char *pcre16_version(void);
Packit 78a954

Packit 78a954

Packit 78a954
const char *pcre32_version(void);
Packit 78a954

Packit 78a954

Packit 78a954
DESCRIPTION
Packit 78a954

Packit 78a954

Packit 78a954
This function (even in the 16-bit and 32-bit libraries) returns a
Packit 78a954
zero-terminated, 8-bit character string that gives the version number of the
Packit 78a954
PCRE library and the date of its release.
Packit 78a954

Packit 78a954

Packit 78a954
There is a complete description of the PCRE native API in the
Packit 78a954
pcreapi
Packit 78a954
page and a description of the POSIX API in the
Packit 78a954
pcreposix
Packit 78a954
page.
Packit 78a954

Packit 78a954
Return to the PCRE index page.
Packit 78a954