Add TLCP demos

This commit is contained in:
Zhi Guan
2022-08-01 15:58:39 +08:00
parent b0807931c9
commit ec94c930b3
9 changed files with 660 additions and 7 deletions

8
demos/tlcp/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
cc tlcp_get.c url_parser.c -lgmssl -o tlcp_get
cc tlcp_post.c url_parser.c -lgmssl -o tlcp_post
clean:
rm -fr tlcp_get
rm -fr tlcp_post