mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-12-11 00:31:01 +01:00
fix: handle EXIT_FAILURE by printing error message with perror
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef __LIBCPROJECT_STRING__
|
||||
#define __LIBCPROJECT_STRING__
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user