#include <stdio.h>
#include <stdlib.h>
int main()//
{
char *name;
name = (char *) malloc(80);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/266748.html
#include <stdio.h>
#include <stdlib.h>
int main()//
{
char *name;
name = (char *) malloc(80);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/266748.html