1
0
Fork 0

Updated tests.

This commit is contained in:
Wael Karram 2022-07-23 21:27:09 +03:00
parent 2eac7bd96a
commit 182655fad8
Signed by: wael
GPG Key ID: 3B356038CCB10808
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* Include statements. */
#include <stdio.h>
#include <assert.h>
#include "../linked_lists/single_linked_list.c"
#include "../linked_lists/single_linked_list.h"
/* Define constants. */
#define PRINT_INFO_TESTING_START "Starting tests.\n"