mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-19 23:15:46 +01:00
divide main.c into multiple modules
This commit is contained in:
7
src/error.h
Normal file
7
src/error.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <stdnoreturn.h>
|
||||
|
||||
// prints an error message and aborts execution
|
||||
noreturn void fatal(char const*, ...);
|
||||
Reference in New Issue
Block a user