mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
11 lines
197 B
C
11 lines
197 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include <tracefs/tracefs.h>
|
|
|
|
int main(void)
|
|
{
|
|
struct tracefs_instance *inst = tracefs_instance_create("dummy");
|
|
|
|
tracefs_instance_destroy(inst);
|
|
return 0;
|
|
}
|