begin quote from Dave Mitchell: > Perl5's perl.h seems to have a bunch of stuff to handle this.
I've added this to platforms/generic.h: #ifndef S_ISREG # define S_ISREG(m) ((m & S_IFMT) == S_IFREG) #endif (Anyone know if that's the right place for it?) -- void russian_roulette(void) { char *target; strcpy(target, "bullet"); }