We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68651bc commit 7e1b850Copy full SHA for 7e1b850
loader/llext_exports.c
@@ -35,6 +35,13 @@ EXPORT_SYMBOL(isspace);
35
EXPORT_SYMBOL(isalnum);
36
EXPORT_SYMBOL(tolower);
37
EXPORT_SYMBOL(toupper);
38
+EXPORT_SYMBOL(isalpha);
39
+EXPORT_SYMBOL(iscntrl);
40
+EXPORT_SYMBOL(isdigit);
41
+EXPORT_SYMBOL(isgraph);
42
+EXPORT_SYMBOL(isprint);
43
+EXPORT_SYMBOL(isupper);
44
+EXPORT_SYMBOL(isxdigit);
45
46
#if defined(CONFIG_USB_DEVICE_STACK)
47
EXPORT_SYMBOL(usb_enable);
0 commit comments