https://github.com/void-linux/libglob
BSD glob(3) implementation with non-POSIX features
https://github.com/void-linux/libglob
voidlinux
Last synced: 10 months ago
JSON representation
BSD glob(3) implementation with non-POSIX features
- Host: GitHub
- URL: https://github.com/void-linux/libglob
- Owner: void-linux
- License: other
- Created: 2018-06-15T15:26:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T21:15:30.000Z (over 7 years ago)
- Last Synced: 2025-03-20T15:12:04.550Z (10 months ago)
- Topics: voidlinux
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 10
- Watchers: 16
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### libglob
This repository contains the OpenBSD implementation of glob(3),
with non-POSIX features like GLOB\_TILDE that are not available
in strict POSIX C libraries (musl).