Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libphobos/libdruntime/core/sys/freebsd/stdlib.d
2023-03-06 14:48:14 +01:00

18 lines
409 B
D

/**
* D header file for FreeBSD 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.freebsd.stdlib;
public import core.sys.posix.stdlib;
version (FreeBSD):
extern (C):
nothrow:
@nogc:
const(char)* getprogname();
void setprogname(scope const char* name);