#include #include "sfmm.h" int main(int argc, char const *argv[]) { double* ptr = sf_malloc(sizeof(double)); *ptr = 320320320e-320; printf("%f\n", *ptr); sf_free(ptr); return EXIT_SUCCESS; }