# `./fio-stl/002 glob matching.h`

1 public symbols.

### Functions

#### `fio_glob_match`

```c
uint8_t fio_glob_match(fio_str_info_s pattern, fio_str_info_s string)
```

A binary glob matching helper. Returns 1 on match, otherwise returns 0.

_Symbol type:_ `function`

-----------------------------------------------------
