/c-tools

building tools in C

Primary LanguageC

Building Tools in C

In this repo, Tools, Native Libraries, Addons will be created with C.

Table of Contents

Topic Source
Notes Source
Scripts Source
Resources Source

Tools

Tools Source
First Text Editor Source
Simple Nodejs Addon Source
Web Server from scratch Source

Scripts

Run Simple Text Editor:

make clean && make run PROJECT=first-editor

Run Web Server from Scratch

make clean && make run PROJECT=web_server_from_scratch

display the exit status of the last executed command

echo $?

Resources