How to port a simple application (which uses only stadard libc) to iPhone OS ?
Posted
by psihodelia
on Stack Overflow
See other posts from Stack Overflow
or by psihodelia
Published on 2010-06-16T14:50:52Z
Indexed on
2010/06/16
14:52 UTC
Read the original article
Hit count: 134
There is a simple application written in C, which uses only standard C library functions (from stdio, stdlib, etc.) and Makefile+GCC to build it. Now, I wanna port it to iPhone OS for iPhone/iPads. Will it be seamless or are there any possible incompatibility issues?
© Stack Overflow or respective owner