aboutsummaryrefslogtreecommitdiff
path: root/mwe/profiling/lib/lib.h
blob: fc413ff8264c3031f98646041174e2cce547b356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

int recursive(int rem);

#ifdef __cplusplus
}
#endif