/* Copyright (C) 2025 Mikael Hildenborg SPDX-License-Identifier: BSD-2-Clause */ #include <_ansi.h> int getpid(void) { return 1; }