summary refs log blame commit diff
path: root/env.h
blob: 5429323af1dc45451a51efd76032a50050770f1f (plain) (tree)
1
2
3
4
5
6
7






                                                                             
// SPDX-License-Identifier: GPL-2.0-or-later
// SPDX-FileCopyrightText: 2020 Alyssa Ross <hi@alyssa.is>

#include <stdarg.h>

int setenvf(const char *name, int overwrite, const char *fmt, ...);
int vsetenvf(const char *name, int overwrite, const char *fmt, va_list args);