Package org.lwjgl.system.macosx
Class LibC
- java.lang.Object
-
- org.lwjgl.system.macosx.LibC
-
public class LibC extends java.lang.ObjectNative bindings to libc, the Standard C Library.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classLibC.FunctionsContains the function pointers loaded fromLibSystem.getLibrary().
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static longgetpid()Returns the process ID of the calling process.
-