Using dictionary_t to store a configuration file. More...
Go to the source code of this file.
Functions/Subroutines | |
program | use_ssdm |
Read a "equal sign" separated input file. More... | |
subroutine | fileshow (d) |
Using dictionary_t to store a configuration file.
Definition in file read_write.f90.
subroutine use_ssdm::fileshow | ( | class(dictionary_t), intent(in) | d | ) |
Definition at line 70 of file read_write.f90.
program use_ssdm | ( | ) |
Read a "equal sign" separated input file.
Usage: ./read_write name_of_input_file [dict_size]
dict_size is an optional integer argument that sets the size of the hash table. The default value is 1024.
Output: the program returns one line per key, with the key and the value separated by an equal sign.
Definition at line 15 of file read_write.f90.