view dwt/internal/C.d @ 4:bf9fe45b4422

C, Platform, Point, Rectangle
author Frank Benoit <benoit@tionex.de>
date Fri, 25 Jan 2008 13:01:53 +0100
parents
children c913756e6950
line wrap: on
line source

/*******************************************************************************
 * Copyright (c) 2000, 2007 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
module dwt.internal.C;

import dwt.internal.Platform;

public class C : Platform {

//public static final native void free (int /*long*/ ptr);
//public static final native int /*long*/ getenv (byte[] wcsToMbcs);
//public static final native int /*long*/ malloc (int /*long*/ size);
}