Does The Android Ndk Support Most Unix System Calls?
I'm attempting to fix and then port an old project written in C to run on Android. This project uses system calls, such as stat(file, inode) and system(command). Are these features
Solution 1:
Yes, you can use system calls and libc functions with Android NDK.
Post a Comment for "Does The Android Ndk Support Most Unix System Calls?"