mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 17:13:50 +01:00
12 lines
163 B
C
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");
|
|
}
|