Skip to content

Comparison between libc functions and their best fitting zig alternatives

License

Notifications You must be signed in to change notification settings

zig-community/libc-to-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibC to Zig

Repository for site hosted at libc-to-zig.netlify.app

File Structure

| - etc/                        # all extra files
|       - _sidebar.md           # code for the sidebar
| - headers/                    # header files
|       - *_h.md                # all the header docs
| - tips_tricks                 # tips and tricks
|       - *.md                  # tips and tricks docs
| - README.md                   # README to the current repo
| - gen.js                      # script to generate files - ignore
| - index.html                  # entry html file
| - index.md                    # HOME page

Building the Repo

The documentation uses docsify.js

Have NodeJS installed. Then:

INSTALLATION:

Install docsify-cli:

npm i -g docsify-cli

Clone the repo:

git clone https://github.com/zig-community/libc-to-zig

DEV:

docsify serve libc-to-zig

BUILD:

docsify build libc-to-zig

LICENSE

MIT

About

Comparison between libc functions and their best fitting zig alternatives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published