YAP 7.1.0
regerror.c File Reference

Error handling. More...

#include "YapInterface.h"
#include "yapregex.h"
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "utils.h"

Go to the source code of this file.

Functions

size_t yap_regerror (int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
 

Detailed Description

Error handling.

Definition in file regerror.c.

Function Documentation

◆ yap_regerror()

size_t yap_regerror ( int  errcode,
const regex_t preg,
char *  errbuf,
size_t  errbuf_size 
)

Definition at line 122 of file regerror.c.