handle failed memory allocation

This commit is contained in:
SowinskiBraeden committed 2024-10-20 10:57:32 -07:00
1 parent 2af472cdde
commit 3628f0447c
6 files changed
+38 -6

No files matched your search

+2
View File
@@ -33,4 +33,6 @@
static const char FLEX[][11] = {"XAT--12A-S", "XAT--12B-S"};
void handle(void* mem, char name[]);
#endif