6 lines
102 B
C
6 lines
102 B
C
#include <unistd.h>
|
|
|
|
int main(int argc, char** argv) {
|
|
int status = link("link.c", "link.out");
|
|
}
|