This is all low level functions from the libc and other things. The link I posted is actually not really good because it seems to list the ones that are not in libc
mbonnin
12/15/2022, 10:22 PM
Very often it's in the man pages of your system too. If you want the description of
platform.posix.errno
, you can type
man 2 errno
r
Reuben F
12/15/2022, 10:29 PM
Ah fair enough, thanks. So, no need for kotlin specific docs because it really is just calling through to the underlying platform's implementation, right?