- or download this
#include <stdio.h>
void my_puts(FILE*);
- or download this
#include <stdio.h>
...
fputs("hello from libmylib", stream);
}
- or download this
C:\_32\C>gcc -c mylib.c
C:\_32\C>ar cru libmylib.a mylib.o
- or download this
use warnings;
use strict;
...
foo(*stderr);
print "\nhello from perl\n";
}
- or download this
hello from libmylib
hello from perl
...
hello from perl
hello from libmylib
hello from perl
- or download this
hello from libmylib
hello from perl
...
hello from perl
hello from perl