[BUG] Fixed error relating importing of Header file at data_structures/array/carray_tests.c #71

Closed
opened 2026-01-29 15:02:38 +00:00 by claunia · 0 comments
Owner

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

Originally created by @Suraj-Patro on GitHub (Oct 30, 2020). <!--- Provide a general summary of the issue in the Title above --> ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> Fixed error relating importing of Header file at data_structures/array/carray_tests.c ## Expected Behavior <!--- Tell us what should happen --> code should compile and execute ## Actual Behavior <!--- Tell us what happens instead --> code throughs error on compilation ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> include the custom header file with proper name ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> compile and execute ## Context <!--- How has this bug affected you? What were you trying to accomplish? -->
claunia added the bug label 2026-01-29 15:02:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#71