File: globmatch.hh

package info (click to toggle)
lcdf-typetools 2.92%2Bdfsg1-0.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,884 kB
  • sloc: cpp: 34,407; ansic: 2,106; sh: 1,032; makefile: 306
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
// -*- related-file-name: "../../liblcdf/globmatch.cc" -*-
#ifndef LCDF_GLOBMATCH_HH
#define LCDF_GLOBMATCH_HH
class String;

bool glob_match(const String& str, const String& pattern);

#endif