MCPcopy Create free account
hub / github.com/ReadyTalk/avian / close

Function close

classpath/java-lang.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void close(int p[2])
224{
225 ::close(p[0]);
226 ::close(p[1]);
227}
228
229void clean(JNIEnv* e, jobjectArray command, char** p)
230{

Callers 2

safeCloseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected