Parse a buffer containing FITS-keyword-name-to-EXPUTL-keyword-name mappings. The buffer, text, can contain zero or more mappings, each of the form fitsname(whitespace | ',')exputlname. Each pair of mappings must be separated by a newline character ('\n'). Comments or emtpy strings may appear between newline characters as well. If keymap is not NULL, the resulting set of mappings is used to initialize keymap.
|