Changeset 24ebddac for libcfa/src/parseconfig.cfa
- Timestamp:
- Sep 2, 2021, 2:03:12 PM (9 months ago)
- Branches:
- enum, forall-pointer-decay, jacob/cs343-translation, master
- Children:
- 761e146
- Parents:
- b0f225f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
rb0f225f r24ebddac 119 119 120 120 // Parse configuration from a file formatted in tabular (CS 343) style 121 [ * KVPairs ] parse_tabular_config_format( [] const char config_file, size_t num_entries ) {121 KVPairs * parse_tabular_config_format( const char config_file[], size_t num_entries ) { 122 122 // TODO: Change this to a unique_ptr when we fully support returning them (move semantics) 123 123 * KVPairs kv_pairs = new( num_entries );
Note: See TracChangeset
for help on using the changeset viewer.