Changeset 12b5b226
- 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:
- e4b37a1
- Parents:
- 82820da
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (08/03/21 01:59:50)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r82820da r12b5b226 70 70 open( in, config_file ); // open the configuration file for input 71 71 72 char key[64]; 73 char value[256]; 74 72 75 while () { // parameter names can appear in any order 73 char key[64];74 char value[256];75 76 76 // Must add check to see if already read in a key-value pair, 77 77 // once we switch to using hash table as intermediate storage
Note: See TracChangeset
for help on using the changeset viewer.