view dwt/internal/C.d @ 318:f7a1b148cb35

Fix the languag file support.
author Frank Benoit <benoit@tionex.de>
date Sun, 19 Oct 2008 02:47:56 +0200
parents c913756e6950
children
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;

static import tango.stdc.string;

public class C : Platform {
    alias tango.stdc.string.memmove MoveMemory;
//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);
}