Added my name
This commit is contained in:
parent
d35c77e353
commit
278fc56984
10 changed files with 16 additions and 16 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* ---------------------------------------------------------
|
||||
* Exercise Number: S05
|
||||
* Title: Sorting support functions
|
||||
* Author: */<your name>;/*
|
||||
* Author: Marc Tismonar
|
||||
* ----------------------------------------------------------
|
||||
* Description:
|
||||
* Interface for sorting algorithms
|
||||
|
|
@ -46,7 +46,7 @@ typedef enum {
|
|||
* @param list The list to initialize.
|
||||
* @param item_count The number of items to insert.
|
||||
*/
|
||||
void init_list_random(<params>);
|
||||
void init_list_random(IntList list, int item_count);
|
||||
|
||||
/**
|
||||
* Prints the values stored in the given list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue