blob: 46fabe5a0e6e3f7a429399ae21fa10179f01204e [file] [log] [blame]
/**
* D header file for Bionic stdlib.h.
*
* Copyright: Copyright © 2021, The D Language Foundation
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Iain Buclaw
*/
module core.sys.bionic.stdlib;
public import core.sys.posix.stdlib;
version (CRuntime_Bionic):
extern (C):
nothrow:
@nogc:
const(char)* getprogname();
void setprogname(scope const char* name);