Files
dlopen/tests/dll.c
2025-12-21 18:51:34 +05:00

7 lines
56 B
C

#include <stdio.h>
void test()
{
printf("test!\n");
}