comparison th_strmatch.c @ 435:468d521240c6

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 07 Apr 2017 02:49:08 +0300
parents 1b3472ba7b23
children efd33accdc81
comparison
equal deleted inserted replaced
434:8c3b3d8009f6 435:468d521240c6
1 /* 1 /*
2 * String glob match implementation 2 * String glob match implementation
3 * Programmed and designed by Matti 'ccr' Hamalainen 3 * Programmed and designed by Matti 'ccr' Hamalainen
4 * (C) Copyright 2002-2016 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2017 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 8
9 BOOL TH_STRMATCH_FUNC (const char *haystack, const char *pattern) 9 BOOL TH_STRMATCH_FUNC (const char *haystack, const char *pattern)