 |
Changeset 5499
- Timestamp:
- 07/16/10 20:05:27
(2 years ago)
- Author:
- mwarning
- Message:
fixes #1957 :: use single memmove declaration; thanks wm4
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5449 |
r5499 |
|
| 28 | 28 | private import tango.io.model.IFile : FileConst, FileInfo; |
|---|
| 29 | 29 | |
|---|
| 30 | | /******************************************************************************* |
|---|
| 31 | | |
|---|
| 32 | | *******************************************************************************/ |
|---|
| 33 | | |
|---|
| 34 | | private extern (C) void memmove (void* dst, void* src, uint bytes); |
|---|
| | 30 | private import tango.stdc.string : memmove; |
|---|
| 35 | 31 | |
|---|
| 36 | 32 | /******************************************************************************* |
|---|
| r5459 |
r5499 |
|
| 63 | 63 | public import tango.core.Exception : IOException, IllegalArgumentException; |
|---|
| 64 | 64 | |
|---|
| 65 | | private extern (C) void memmove (void* dst, void* src, uint bytes); |
|---|
| | 65 | private import tango.stdc.string : memmove; |
|---|
| 66 | 66 | |
|---|
| 67 | 67 | |
|---|
| r5440 |
r5499 |
|
| 212 | 212 | private import Integer = tango.text.convert.Integer; |
|---|
| 213 | 213 | |
|---|
| 214 | | |
|---|
| 215 | | /******************************************************************************* |
|---|
| 216 | | |
|---|
| 217 | | *******************************************************************************/ |
|---|
| 218 | | |
|---|
| 219 | | private extern (C) void memmove (void* dst, void* src, uint bytes); |
|---|
| | 214 | private import tango.stdc.string : memmove; |
|---|
| 220 | 215 | |
|---|
| 221 | 216 | |
|---|
| r5480 |
r5499 |
|
| 16 | 16 | |
|---|
| 17 | 17 | private import tango.core.Exception : ArrayBoundsException; |
|---|
| 18 | | |
|---|
| 19 | | private extern(C) void memmove (void*, void*, int); |
|---|
| | 18 | private import tango.stdc.string : memmove; |
|---|
| 20 | 19 | |
|---|
| 21 | 20 | /****************************************************************************** |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2012 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic