Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Can't believe i forgot the primary includes file
Browse files Browse the repository at this point in the history
  • Loading branch information
1ahmadbassam committed Aug 27, 2023
1 parent 475cefa commit e0bc888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/includes/includes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef INCLUDES_H
#define INCLUDES_H

int detfileext(const char* str, const int size);
int main(int argc, char *argv[]);
extern const char* appendcopyname(const char *src);
extern int main(int argc, char *argv[]);

#endif

0 comments on commit e0bc888

Please sign in to comment.