Skip to content
Snippets Groups Projects
Commit 7155d8d8 authored by yongk1's avatar yongk1
Browse files

edited comments

parent 766e171f
No related branches found
No related tags found
No related merge requests found
##Adapted from http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/ ##Adapted from http://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/
##used code from workshop2 Makefile
CC=gcc CC=gcc
CFLAGS=-Wall -Wextra -std=gnu99 -I. CFLAGS=-Wall -Wextra -std=gnu99 -I.
DEPS = sort.h DEPS = sort.h
......
/* // used code from workshop6 http-Server
** http-server.c
*/
#include <errno.h> #include <errno.h>
#include <stdbool.h> #include <stdbool.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment