frysk.proc
Class Auxv

java.lang.Object
  extended by frysk.proc.Auxv

public class Auxv
extends Object


Field Summary
 int type
           
 long val
           
 
Constructor Summary
Auxv(int type, long val)
           
 
Method Summary
 PrintWriter print(PrintWriter w)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public int type

val

public long val
Constructor Detail

Auxv

public Auxv(int type,
            long val)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

print

public PrintWriter print(PrintWriter w)