#include <stdlib.h> /* using ANSI C standard libraries */ #include <malloc.h> main() { char *string_ptr; string_ptr = malloc(80); }