https://github.com/rokf/howl-libc
https://github.com/rokf/howl-libc
api howl-editor libc man-page
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rokf/howl-libc
- Owner: rokf
- Created: 2017-10-27T13:10:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T15:24:48.000Z (over 8 years ago)
- Last Synced: 2025-06-29T09:02:59.769Z (12 months ago)
- Topics: api, howl-editor, libc, man-page
- Language: Lua
- Size: 770 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### libc API for Howl
This extends the **C** bundle with an API. It includes man pages for functions available inside **libc**.
This was generated on **Alpine Linux** which uses **musl libc**. The whole standard library is included inside
a single **libc.so** file.
Currently the API can only be accessed via the documentation shortcut (**Ctrl+Q** by default).
API completion is disabled (commented out).
### Installation
```
cd ~/.howl/bundles
git clone https://github.com/rokf/howl-libc
```