Package org.lwjgl.system.macosx
Class LibC
java.lang.Object
org.lwjgl.system.macosx.LibC
Native bindings to libc, the Standard C Library.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains the function pointers loaded fromLibSystem.getLibrary(). -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetpid()Returns the process ID of the calling process.
-
Method Details
-
getpid
public static long getpid()Returns the process ID of the calling process.
-