Skip to content

Commit 7e1b850

Browse files
committed
llext_exports: add missing APIs from WCharacter
1 parent 68651bc commit 7e1b850

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: loader/llext_exports.c

+7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ EXPORT_SYMBOL(isspace);
3535
EXPORT_SYMBOL(isalnum);
3636
EXPORT_SYMBOL(tolower);
3737
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);
3845

3946
#if defined(CONFIG_USB_DEVICE_STACK)
4047
EXPORT_SYMBOL(usb_enable);

0 commit comments

Comments
 (0)