Nilorea Library
C utilities for networking, threading, graphics
Loading...
Searching...
No Matches
ex_pcre.c File Reference
#include "nilorea/n_log.h"
#include "nilorea/n_pcre.h"
#include <string.h>
+ Include dependency graph for ex_pcre.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
static int test_replace (const char *pattern, const char *subject, const char *repl, const char *want)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test_replace()

static int test_replace ( const char *  pattern,
const char *  subject,
const char *  repl,
const char *  want 
)
static
Examples
ex_pcre.c.

Definition at line 34 of file ex_pcre.c.

References N_STR::data, free_nstr, LOG_ERR, n_log, npcre_delete(), npcre_new(), and npcre_replace().

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: