netscape-revival
sun-java/classsrc/netscape/jri/CType.java
package netscape.jri;
/**
* CPointer represents the type void* to C and C++. Any subclass of CPointer
* will be treated as a primitive pointer type.
*/
public
class CType {
public static final String ctype = "void*";
}