Changeset 48b7085e for doc/theses/aaron_moss_PhD/phd/code/bespoke-generic.c
- Timestamp:
- Sep 25, 2018, 4:56:48 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- a32346b
- Parents:
- 4075228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/code/bespoke-generic.c
r4075228 r48b7085e 34 34 struct string_list* sl = NULL; 35 35 string_list_insert( &sl, "hello" ); 36 printf("%s\n", string_list_head(sl) 36 printf("%s\n", string_list_head(sl)); 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.