refactor: replace C11 keywords with C23 equivalents, NULL→nullptr, remove stdbool.h
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
_Noreturn void die(const char *fmt, ...);
|
||||
[[noreturn]] void die(const char *fmt, ...);
|
||||
void *ecalloc(size_t nmemb, size_t size);
|
||||
int fd_set_nonblock(int fd);
|
||||
|
||||
Reference in New Issue
Block a user