X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_lib.x;h=80a1de1e417d33c0ceab69fb272a423df9940666;hb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;hp=7e6fe058725ec52a4a73bb110270763e074f7b79;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/cm/cm_lib.x b/src/cm/cm_lib.x index 7e6fe0587..80a1de1e4 100755 --- a/src/cm/cm_lib.x +++ b/src/cm/cm_lib.x @@ -40,14 +40,14 @@ extern "C" { #endif -PUBLIC U8 *cmMemcpy ARGS((U8 *tgt, CONSTANT U8 *src, PTR len)); -PUBLIC S16 cmMemcmp ARGS((CONSTANT U8 *s1, CONSTANT U8 *s2, PTR len)); -PUBLIC U8 *cmMemset ARGS((U8 *src, U8 val, PTR len)); +U8 *cmMemcpy ARGS((U8 *tgt, CONSTANT U8 *src, PTR len)); +S16 cmMemcmp ARGS((CONSTANT U8 *s1, CONSTANT U8 *s2, PTR len)); +U8 *cmMemset ARGS((U8 *src, U8 val, PTR len)); -PUBLIC S16 cmStrcmp ARGS((CONSTANT U8 *s1, CONSTANT U8 *s2)); +S16 cmStrcmp ARGS((CONSTANT U8 *s1, CONSTANT U8 *s2)); /* cm_lib_x_001.main_8:Changing from S16 to MsgLen.*/ -PUBLIC S16 cmStrncmp ARGS((CONSTANT U8 *s1, CONSTANT U8 *s2, MsgLen len)); -PUBLIC MsgLen cmStrlen ARGS((CONSTANT U8 *s)); +S16 cmStrncmp ARGS((CONSTANT U8 *s1, CONSTANT U8 *s2, MsgLen len)); +MsgLen cmStrlen ARGS((CONSTANT U8 *s)); #ifdef __cplusplus }