Module openj9.dtfj

Class Clib

java.lang.Object
com.ibm.dtfj.corereaders.zos.util.Clib

public class Clib extends Object
This class provides a low level interface to some of the z/OS C library. This approach was inspired by the SWT design in that we have a one-to-one mapping between JNI calls and C library calls: no extra work is done in the native functions. This is much easier to maintain because this library should rarely need recompiling.

Please refer to the C library documentation for more details about arguments to these calls.