Files
SnakeAppleSecurityFiles/IV. Dylibs/custom/use_mylib.c
T
Karmaz95 ada7094c2b
2024-01-17 12:00:56 +01:00

6 lines
104 B
C

#include "mylib.h"
int main() {
myFunction(); // Call the function from the library
return 0;
}