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

12 lines
163 B
C

/*
* SPDX-FileCopyrightText: 2023 TU Dresden
* SPDX-License-Identifier: LGPL-2.1-only
*/
#include <stdio.h>
void folder_a(void)
{
puts("./folder/a.c");
}