migrate: to gitea

This commit is contained in:
2026-07-30 09:56:33 +05:30
commit c7443a5bb0
37 changed files with 734 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef _STDLIB_H
#define _STDLIB_H 1
#include <sys/cdefs.h>
#ifdef __cplusplus
extern "C" {
#endif
__attribute__((__noreturn__))
void abort(void);
#ifdef __cplusplus
}
#endif
#endif