But uCs almost always have some sort of posix lib ...
# kotlin-native
k
But uCs almost always have some sort of posix lib with a layers you implement for the platform.
n
If you are talking about some sort of standard lib then I absolutely agree with you. When people typically talk about posix layers they mean standard Unix OS APIs.
k
Yep...it's just an API. I've used Uc OSes with posix APIs... It makes porting Linux code easier. And it's just a concept.