external class SATHER_ENGINE |
---|
**** |
__This_external_class_describes_the_interface_between_th_sather_language and its low-level implementing facilities. |
memcpy(destination : REFERENCE,source : REFERENCE,count : CARD) : REFERENCE ; |
---|
**** |
________This_routine_is_a_blind_bit_copying_operation_which_returns ___a_reference_to_the_string_destination_if_successful. |
rt_create_astr(count : CARD,buffer : STR) : REFERENCE ; |
---|
**** |
________This_routine_splits_strings_separated_by_an_externally_defined_null ___character_into_a_single_array_of_strings. |
strlen(terminated_string : REFERENCE) : CARD ; |
---|
**** |
________This_routine_is_provided_to_determine_the_length_of_a_text_string ___which_is_terminated_by_an_externally_defined_null_character. |