You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <sys/stat.h>
int main() {
// <snip>
struct stat st;
if (stat("", &st) == 0)
// <do something>
// <snip>
}
Personally, I tested this by using one of the examples from 3ds-examples, putting the code above right at the beginning and shutting down/exiting the application if the return code is zero.
The text was updated successfully, but these errors were encountered:
Personally, I tested this by using one of the examples from 3ds-examples, putting the code above right at the beginning and shutting down/exiting the application if the return code is zero.
The text was updated successfully, but these errors were encountered: