Skip to content

axelobrien/c-networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Compile with the following command

gcc -Wall -Wpedantic -std=iso9899:1999 -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wconversion main.c parse_request.c helpers.c && ./a.out

Coding Guidelines

This server is designed to loosely follow JPL's "Powers of 10" guidelines. Notable exceptions to JPL's rules are as follows:

  • Removal of -Wtraditional
  • This code uses the heap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published