4c999daa0dcb65b53d3007c02dc39b9658d0c319
[p5sagit/p5-mst-13.2.git] / beos / beosish.h
1 #ifndef PERL_BEOS_BEOSISH_H
2 #define PERL_BEOS_BEOSISH_H
3
4 #include "unixish.h"
5
6 #undef  waitpid
7 #define waitpid beos_waitpid
8
9 /* This seems to be protoless. */
10 char *gcvt(double value, int num_digits, char *buffer);
11
12 #endif
13