Skip to main content
summaryrefslogtreecommitdiffstats
blob: a9c042fa2f4e8f1022a978f48c6b72d2440ab6fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 *(c) Copyright QNX Software Systems Ltd. 2002.
 * All Rights Reserved.
 * 
 */

package org.eclipse.cdt.debug.core.cdi.model.type;

/**
 */
public interface ICDIWCharType extends ICDIIntegralType {

}

Back to the top