mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
13 lines
278 B
D
13 lines
278 B
D
|
|
/**
|
|
* C's <string.h>
|
|
* Authors: Walter Bright, Digital Mars, http://www.digitalmars.com
|
|
* License: Public Domain
|
|
* Macros:
|
|
* WIKI=Phobos/StdCString
|
|
*/
|
|
|
|
module std.c.string;
|
|
|
|
deprecated("Please import core.stdc.string instead.")
|
|
public import core.stdc.string;
|