#include #include "_stdlib.h" char *gcvt(double value, int ndigit, char *buf) { SIGNAL_SAFE(0); return 0; } /* XOPEN(400,700) */