Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Informatik 2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wadi.T
Informatik 2
Commits
60961700
Commit
60961700
authored
2 years ago
by
T.Wadi
Browse files
Options
Downloads
Patches
Plain Diff
Rest of the functions of the CDs functiomality implimented
parent
7ff26f81
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cds.c
+18
-0
18 additions, 0 deletions
cds.c
cds.h
+1
-2
1 addition, 2 deletions
cds.h
with
19 additions
and
2 deletions
cds.c
+
18
−
0
View file @
60961700
...
...
@@ -12,3 +12,21 @@ void editCd(){
waitForEnter
();
}
void
deleteCD
(){
puts
(
"deleteCd"
);
waitForEnter
();
}
void
searchSong
(){
puts
(
"deleteCd"
);
waitForEnter
();
}
void
sortCDs
(){
puts
(
"SortCd"
);
waitForEnter
();
}
void
ListCDs
(){
puts
(
"SortCd"
);
waitForEnter
();
}
This diff is collapsed.
Click to expand it.
cds.h
+
1
−
2
View file @
60961700
...
...
@@ -5,5 +5,4 @@ void editCd();
void
deleteCD
();
void
searchSong
();
void
sortCDs
();
void
sortCDs
();
void
ListCDS
();
\ No newline at end of file
void
ListCDs
();
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment