Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pokeDex
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sully.khalifa
pokeDex
Commits
25c89c70
Commit
25c89c70
authored
Jan 16, 2023
by
sully.khalifa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated comment
parent
a7c9c4d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
main.c
Code/main.c
+1
-1
main.exe
Code/main.exe
+0
-0
No files found.
Code/main.c
View file @
25c89c70
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
int
main
()
int
main
()
{
{
/*creating object for pokedex lists*/
/*creating object for
the
pokedex lists*/
struct
Pokedex
pokedex
=
{
NULL
,
NULL
};
struct
Pokedex
pokedex
=
{
NULL
,
NULL
};
/*adding pokemon items*/
/*adding pokemon items*/
AddPokemonToList
(
&
pokedex
,(
char
*
)
"Bulbasur"
,(
char
*
)
"Grass"
,(
char
*
)
"Overgrow"
);
AddPokemonToList
(
&
pokedex
,(
char
*
)
"Bulbasur"
,(
char
*
)
"Grass"
,(
char
*
)
"Overgrow"
);
...
...
Code/main.exe
View file @
25c89c70
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment