mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-09 05:44:36 +00:00
[BUG] Fixed error relating importing of Header file at data_structures/array/carray_tests.c #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Suraj-Patro on GitHub (Oct 30, 2020).
Description
Fixed error relating importing of Header file at data_structures/array/carray_tests.c
Expected Behavior
code should compile and execute
Actual Behavior
code throughs error on compilation
Possible Fix
include the custom header file with proper name
Steps to Reproduce
compile and execute
Context