#include void abc();
int main (int argc, const char * argv[])
{
abc();
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}
libabc.c
#include <stdio.h>
#include <string.h>
void abc() {
printf("pizdec\n");
}
при сборке ошибка cl.ly/BRjr