You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcow/src/error.c

4 lines
93 B

#include "error.h"
_Thread_local internal enum cow_err_kind _cow_last_error = COW_ERR_NONE;