Skip to content
Snippets Groups Projects
Commit 1dd41d2b authored by T.Wadi's avatar T.Wadi
Browse files

countCDs and CDData refrennced as extern variables in datastructure

parent ab23ae9f
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ typedef struct sCD{
void inputDate();
/************************************************************************************************/
/***********************************Externvariables****************************************/
/************************************************************************************************/
extern int countCDs;
extern sCD CDData[];
#endif // DATASTRUCTURE_H_INCLUDED
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment