File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,15 @@ test code to handle memory leaks
3838Do be careful to not remove or weaken the tests, though; at a minimum
3939you definitely want to be able to pass the tests as given.
4040
41+ :bangbang : Neither of the parts of this lab comes with a ` main() ` function.
42+ We could add one, but both of the target functions (` mergesort() ` and
43+ ` array_merge() ` ) are really "library" functions that don't make a
44+ lot of sense as functions that users would interact with directly. So
45+ we just have them called by the tests but don't provide a way for you
46+ to call them directly. If you want to create a ` main.c ` for either or
47+ both of the projects feel free to do so, but it's definitely not
48+ expected.
49+
4150## Fixing memory problems
4251
4352Passing the tests is arguably just the first half of each of these problems,
You can’t perform that action at this time.
0 commit comments