/** * D header file for NetBSD stdlib.h. * * Copyright: Copyright © 2021, The D Language Foundation * License: Boost License 1.0. * Authors: Iain Buclaw */ module core.sys.netbsd.stdlib; public import core.sys.posix.stdlib; version (NetBSD): extern (C): nothrow: @nogc: const(char)* getprogname(); void setprogname(scope const char* name);