Changeset 44:c913756e6950 for dwt/internal/C.d
- Timestamp:
- 02/01/08 19:51:46 (1 year ago)
- Files:
-
- dwt/internal/C.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/C.d
r4 r44 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2007 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 13 13 import dwt.internal.Platform; 14 14 15 static import tango.stdc.string; 16 15 17 public class C : Platform { 16 18 alias tango.stdc.string.memmove MoveMemory; 17 19 //public static final native void free (int /*long*/ ptr); 18 20 //public static final native int /*long*/ getenv (byte[] wcsToMbcs);
