Class LibC



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

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static long getpid()
      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 Detail

      • getpid

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