identify
identify copied to clipboard
ADDLIB identify.library
How about moving the host functions from rexxidentify.library to identify.library? You don't need an extra "glue library", see https://github.com/aros-development-team/AROS/blob/master/workbench/libs/locale/rexxhost.c.
Thank you! You're right! I guess I did the split to keep the identify.library as small as possible, and the ARexx part optional. But the rexxidentify.library isn't that big, actually.