1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00
2025-07-09 13:23:02 +02:00

12 lines
184 B
C

/*
* SPDX-FileCopyrightText: 2025 ML!PA Consulting GmbH
* SPDX-License-Identifier: LGPL-2.1-only
*/
#include <stdio.h>
void folder_c(void)
{
puts("./folder/subfolder/c.c");
}