MCPcopy Index your code
hub / github.com/benfry/processing4 / CLibrary

Interface CLibrary

app/src/processing/app/platform/DefaultPlatform.java:260–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259
260 public interface CLibrary extends Library {
261 CLibrary INSTANCE = Native.load("c", CLibrary.class);
262 int setenv(String name, String value, int overwrite);
263 String getenv(String name);
264 int unsetenv(String name);
265 int putenv(String string);
266 }
267
268
269 public void setenv(String variable, String value) {

Callers 10

setenvMethod · 0.95
setenvMethod · 0.65
getenvMethod · 0.95
shellMethod · 0.65
getenvMethod · 0.65
getHomeDirMethod · 0.65
getSettingsFolderMethod · 0.65
getenvMethod · 0.65
unsetenvMethod · 0.95
unsetenvMethod · 0.65

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected