- 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:
- d322f62
- Parents:
- f03b1db
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (08/05/21 23:50:13)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
rf03b1db r57dff2f 24 24 25 25 struct KVPairs { 26 unsigned int size, max_size;26 size_t size, max_size; 27 27 * [ char *, char * ] data; 28 28 };
Note: See TracChangeset
for help on using the changeset viewer.