Parent Directory
|
Revision Log
feat: add plibc to the project
1 | rakinar2 | 47 | #ifndef PLIBC_UTILS_H |
2 | #define PLIBC_UTILS_H | ||
3 | |||
4 | #define __noreturn __attribute__ ((noreturn)) | ||
5 | |||
6 | extern __noreturn void abort (); | ||
7 | |||
8 | #endif /* PLIBC_UTILS_H */ |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |