CSL  5.2
pattern_match.c File Reference
#include "lo/lo.h"

Go to the source code of this file.

Macros

#define NEGATE   '!'
#define true   1
#define false   0

Functions

int lo_pattern_match (const char *str, const char *p)
 Test a string against an OSC pattern glob.

Macro Definition Documentation

#define NEGATE   '!'

Definition at line 77 of file pattern_match.c.

Referenced by lo_pattern_match().

#define true   1

Definition at line 81 of file pattern_match.c.

#define false   0

Definition at line 84 of file pattern_match.c.