Skip to content

Commit

Permalink
Use C++ instead of C includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Daniel committed Apr 27, 2024
1 parent 406cf4b commit 3c3380e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Main_psp.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include <ctype.h>
#include <iomanip.h>
#include <fstream.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <cctype>
#include <csignal>
#include <unistd.h>

#include <pspkernel.h>
Expand Down

0 comments on commit 3c3380e

Please sign in to comment.