change name mtx_msg for m_print, malloc mutex instead of equal NULL, malloc id with pthread_t instead of int, and change name some functions

This commit is contained in:
hugogogo
2022-01-19 17:47:47 +01:00
parent f8f509dd59
commit ac9d619731
5 changed files with 13 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ NAME = philo
CC = clang
CFLAGS = -Wall -Wextra $(INCLUDES) -g # add -Werror, del -g
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -g3 # del g3
VPATH = $(DIR_SRCS)
DIR_SRCS = srcs