Skip to content

thutasann/c-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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