Add comments to mygrep, begin implementing the http client
This commit is contained in:
7
http/shared/http.h
Normal file
7
http/shared/http.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef HTTP_HEADER_FILE
|
||||
#define HTTP_HEADER_FILE
|
||||
|
||||
static void print_usage();
|
||||
static void check_opts_number(int argc);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user