1
0
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:
2023-08-07 00:11:07 +02:00
parent 72645da4b2
commit b922fd9cd3
16 changed files with 71 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#ifndef __LIBCPROJECT_STRING__
#define __LIBCPROJECT_STRING__
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>