ulib Add quit() utility

This commit is contained in:
2025-09-20 12:20:26 +02:00
parent 97bc0aa05b
commit a8005917eb
3 changed files with 9 additions and 0 deletions

View File

@ -11,4 +11,6 @@
*(X); \
}) \
void quit(void);
#endif // ULIB_UTIL_UTIL_H_