php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fnmatch.c File Reference
#include <ctype.h>
#include <string.h>
#include <stdio.h>
#include "fnmatch.h"

Go to the source code of this file.

Macros

#define EOS   '\0'
 

Functions

PHPAPI int fnmatch (const char *pattern, const char *string, int flags)
 

Macro Definition Documentation

◆ EOS

#define EOS   '\0'

Definition at line 54 of file fnmatch.c.

Function Documentation

◆ fnmatch()

PHPAPI int fnmatch ( const char * pattern,
const char * string,
int flags )

Definition at line 58 of file fnmatch.c.