#include void main() { char *buffer; buffer = (char *)calloc( 80, sizeof(char) ); }