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

sSong struct added to datastructure

parent e57c20ba
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ typedef struct sTime{
int hours;
} sTime;
typedef struct sSong{
char* Title;
char* Artist;
sTime duration;
} sSong;
/************************************************************************************************/
/***********************************functions declaration****************************************/
/************************************************************************************************/
......
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