Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
c_pokedex_assignment
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
elijah vasquez
c_pokedex_assignment
Commits
53bb4d09
Commit
53bb4d09
authored
Jan 15, 2023
by
elijah vasquez
🦍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
creating files
parent
9427b5f7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
1 deletion
+11
-1
functions.exe
functions.exe
+0
-0
functions.h
functions.h
+1
-0
main.c
main.c
+10
-1
main.exe
main.exe
+0
-0
No files found.
functions.exe
0 → 100644
View file @
53bb4d09
File added
functions.h
0 → 100644
View file @
53bb4d09
main.c
View file @
53bb4d09
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
//#include <FUTURE REFERENCE, NEED FUNCTIONS>
#include <stdbool.h>
#include "functions.h"
typedef
struct
Pokedex
{
}
Pokedex
;
int
main
(
void
)
{
}
\ No newline at end of file
main.exe
0 → 100644
View file @
53bb4d09
File added
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