fix: using file descriptors instead of FILE*
we can directly write to a socket using dprintf, no need for a buffer
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
SRC = lib_use.c \
|
||||
fmemopen.c
|
||||
SRC = lib_use.c
|
||||
OBJ = $(SRC:.c=.o)
|
||||
NAME = lib_use
|
||||
CC = gcc
|
||||
|
||||
Reference in New Issue
Block a user