Changeset f03b1db for libcfa/src
- Timestamp:
- Aug 31, 2021, 1:49:10 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 57dff2f
- Parents:
- d120290
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (08/05/21 23:49:55)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
rd120290 rf03b1db 100 100 // Parse configuration values from intermediate format 101 101 void parse_config( const char * config_file, config_entry entries[], size_t num_entries, config_format format ) { 102 KVPairs * kv_pairs ;102 KVPairs * kv_pairs = 0p; 103 103 choose ( format ) { 104 104 case TABULAR_CONFIG:
Note: See TracChangeset
for help on using the changeset viewer.