X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fhfta%2Fhfta_runtime_library.h;fp=include%2Fhfta%2Fhfta_runtime_library.h;h=69cfe039fd060bfcfa01bbd434038fd636ad8147;hb=989d19428b3d21982b048cf256f625a8ca664c2e;hp=6d15a4150da6d7a0933c231fcfb9932f62a6cc33;hpb=52bf6cf53a585197f998187399ebfd88681d4490;p=com%2Fgs-lite.git diff --git a/include/hfta/hfta_runtime_library.h b/include/hfta/hfta_runtime_library.h index 6d15a41..69cfe03 100644 --- a/include/hfta/hfta_runtime_library.h +++ b/include/hfta/hfta_runtime_library.h @@ -137,5 +137,8 @@ gs_param_handle_t register_handle_for_int_to_string_map_slot_1(vstring *filename gs_retval_t int_to_string_map(vstring *result, gs_int64_t val, gs_param_handle_t handle); gs_param_handle_t deregister_handle_for_int_to_string_map_slot_1(gs_param_handle_t handle); +// -------------------------------------------------- +// to_hex_string, for printing a binary string +gs_retval_t to_hex_string(vstring *result, vstring *val); #endif