void f(double *f){
*f+=1;
}
int main()
{
int a=1;
f((double *)&a);
printf("%d ",a);
asd8532
jfhdibrbfjd
相关分类