Go to the source code of this file.
 | 
| subroutine, public  | string_oct_m::compact (str) | 
|   | Removes all spaces from a string.  More...
  | 
|   | 
| subroutine, public  | string_oct_m::add_last_slash (str) | 
|   | Adds a '/' in the end of the string, only if it missing. Useful for directories.  More...
  | 
|   | 
| subroutine, public  | string_oct_m::str_trim (str) | 
|   | removes leading spaces from string  More...
  | 
|   | 
| character(len=80) function, public  | string_oct_m::str_center (s_in, l_in) | 
|   | puts space around string, so that it is centered  More...
  | 
|   | 
| subroutine, public  | string_oct_m::print_c_string (iunit, str, pre, advance) | 
|   | prints the C string given by the pointer str  More...
  | 
|   | 
| subroutine, public  | string_oct_m::conv_to_c_string (str) | 
|   | converts to c string  More...
  | 
|   | 
| character(kind=c_char, len=1) function, dimension(c_str_len(f_string)), public  | string_oct_m::string_f_to_c (f_string) | 
|   | 
| subroutine, public  | string_oct_m::string_c_to_f (c_string, f_string) | 
|   | 
| subroutine, public  | string_oct_m::string_c_ptr_to_f (c_string, f_string) | 
|   | 
| integer pure function, public  | string_oct_m::c_str_len (fortran_char) | 
|   | Convert fortran character length to C character length.  More...
  | 
|   |