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

Method setenv

app/src/processing/app/platform/DefaultPlatform.java:262–262  ·  view source on GitHub ↗
(String name, String value, int overwrite)

Source from the content-addressed store, hash-verified

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);

Callers 2

setenvMethod · 0.95
setenvMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected