mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 01:23:49 +01:00
12 lines
184 B
C
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");
|
|
}
|