// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include int main(void) { confstr(_CS_PATH, NULL, 0); return 0; }