We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I look at stdlib, and seems like 17 is min api: ```#if __ANDROID_API__ >= 17 int posix_memalign(void** __memptr, size_t __alignment, size_t __size) __INTRODUCED_IN(17); #endif /* __ANDROID_API__ >= 17 */```
Updated Android (markdown)
mention hljni
combine some findings