fnmatch

@extern
object fnmatch

POSIX fnmatch.h for Scala

The Open Group Base Specifications Issue 7, 2018 edition.

class Object
trait Matchable
class Any
fnmatch.type

Value members

Concrete methods

@name("scalanative_fnm_noescape")
def FNM_NOESCAPE: CInt
@name("scalanative_fnm_nomatch")
def FNM_NOMATCH: CInt
@name("scalanative_fnm_pathname")
def FNM_PATHNAME: CInt
@name("scalanative_fnm_period")
def FNM_PERIOD: CInt
def fnmatch(pattern: CString, string: CString, flags: CInt): CInt