mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fixed: 761, 762. Fixed mis-spelled header file CArray.h to carray.h (#783)
Co-authored-by: Ravi Shankar Reddy Bommana <ravishankarreddy.bommana@citrix.com>
This commit is contained in:
parent
b2b9191273
commit
14d29d559a
@ -26,7 +26,7 @@ Return Codes
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "CArray.h"
|
#include "carray.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "CArray.h"
|
#include "carray.h"
|
||||||
|
|
||||||
int CArrayTests()
|
int CArrayTests()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user