Class LibC

java.lang.Object
org.lwjgl.system.macosx.LibC

public class LibC extends Object
Native bindings to libc, the Standard C Library.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Contains the function pointers loaded from LibSystem.getLibrary().
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    Returns the process ID of the calling process.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getpid

      public static long getpid()
      Returns the process ID of the calling process.