https://github.com/void-linux/musl-obstack
A standalone library to implement GNU libc's obstack
https://github.com/void-linux/musl-obstack
voidlinux
Last synced: 5 months ago
JSON representation
A standalone library to implement GNU libc's obstack
- Host: GitHub
- URL: https://github.com/void-linux/musl-obstack
- Owner: void-linux
- License: other
- Created: 2015-09-10T06:58:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T18:49:34.000Z (over 2 years ago)
- Last Synced: 2025-03-20T15:11:58.582Z (10 months ago)
- Topics: voidlinux
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 22
- Watchers: 20
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
musl-obstack
The musl-obstack package is a copy + paste of the `obstack`
functions and macros found in GNU gcc `libiberty` library
for use with musl libc.