Last active
April 23, 2022 07:55
-
-
Save KorigamiK/03e6988b811bd9ed461da10bd9014017 to your computer and use it in GitHub Desktop.
file required for pspLibXml2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <fcntl.h> | |
int dup (int fd1) { | |
return (fcntl (fd1, F_DUPFD, 0)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment