libphobos: Merge upstream druntime 9d0c8364, phobos 9d575282e.
[official-gcc.git] / libphobos / libdruntime / core / sys / dragonflybsd / stdlib.d
blob8936701078ac83f7807826e7cedc1c08fa2416f1
1 /**
2 * D header file for DragonFlyBSD stdlib.h.
4 * Copyright: Copyright © 2021, The D Language Foundation
5 * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
6 * Authors: Iain Buclaw
7 */
8 module core.sys.dragonflybsd.stdlib;
9 public import core.sys.posix.stdlib;
11 version (DragonFlyBSD):
12 extern (C):
13 nothrow:
14 @nogc:
16 const(char)* getprogname();
17 void setprogname(scope const char* name);