public interface LibC
extends com.sun.jna.Library
int setenv(String name, String value, int overwrite) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorExceptionint unsetenv(String name) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorExceptionString getcwd(byte[] out, int size) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorExceptionint chdir(String dirAbsolutePath) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorExceptionint getpid()
int isatty(int fdes)
int chmod(String filename, int mode) throws com.sun.jna.LastErrorException
com.sun.jna.LastErrorExceptionCopyright © 2013. All rights reserved