X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Flib.c;h=f6149652eeafd2285effc5254a47374f3d66841b;hb=5c46f86c5a8ceaa63a1a9919cf1f4d2889c6c233;hp=70d116e067108c0e1206100bc962c89acad9c9b3;hpb=04b368645c34cc3853fc13f93e33ac7878be8479;p=tpg%2Facess2.git diff --git a/Kernel/lib.c b/Kernel/lib.c index 70d116e0..f6149652 100644 --- a/Kernel/lib.c +++ b/Kernel/lib.c @@ -421,11 +421,15 @@ int LookupString(char **Array, char *Needle) return -1; } +EXPORT(strlen); EXPORT(strdup); EXPORT(strcmp); +EXPORT(strncmp); EXPORT(strcpy); +//EXPORT(strncpy); EXPORT(timestamp); EXPORT(ReadUTF8); EXPORT(CheckMem); EXPORT(CheckString); +EXPORT(LookupString);