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=2839bef1e44e2e76e108c075a2541267624491b4;hb=f6db93ae9480bc87fb36b61cec0bf17e6082b7c1;hp=afcf6829123c2937626ac5dcac92603d56adb0fa;hpb=811ec19e8829c72e0171ed9aee77942baecb6f90;p=com%2Fgs-lite.git diff --git a/include/hfta/hfta_runtime_library.h b/include/hfta/hfta_runtime_library.h index afcf682..2839bef 100644 --- a/include/hfta/hfta_runtime_library.h +++ b/include/hfta/hfta_runtime_library.h @@ -126,6 +126,12 @@ inline gs_uint32_t str_match_offset( gs_uint32_t offset, struct vstring * s1, st return 1; } +// ------------------------------------------------------- +// map_int_to_string and its support functions, structs + +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); #endif