Add comments to mygrep, begin implementing the http client

This commit is contained in:
Ivaylo Ivanov
2018-11-03 16:51:24 +01:00
parent 7765c6964a
commit e18af3e94e
6 changed files with 155 additions and 7 deletions

7
http/shared/http.h Normal file
View 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