1 2 3 4 5
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once char** taint_strv(void); char* taint_string(void);