blob: a9c042fa2f4e8f1022a978f48c6b72d2440ab6fe [file] [log] [blame]
/*
*(c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*
*/
package org.eclipse.cdt.debug.core.cdi.model.type;
/**
*/
public interface ICDIWCharType extends ICDIIntegralType {
}