#include <stdlib.h> // for alloca
#include <stdint.h>
#if __sun
#include <alloca.h>
#endif
#include "longdouble.h"
#if _MSC_VER