Fix int extract_host(const char *header) function

This commit is contained in:
2022-01-12 09:37:15 +08:00
parent 9a28c71d6f
commit 6403ab9004
9 changed files with 148 additions and 89 deletions

2
Makefile Normal file → Executable file
View File

@@ -1,4 +1,4 @@
CROSS_COMPILE ?=
CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc
STRIP := $(CROSS_COMPILE)strip
CFLAGS += -g -O2 -Wall