Skip to content

Instantly share code, notes, and snippets.

@KorigamiK
Last active April 23, 2022 07:55
Show Gist options
  • Save KorigamiK/03e6988b811bd9ed461da10bd9014017 to your computer and use it in GitHub Desktop.
Save KorigamiK/03e6988b811bd9ed461da10bd9014017 to your computer and use it in GitHub Desktop.
file required for pspLibXml2
#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