拆分实数 #include "stdio.h"int main(void){ double x, y, z, *intpart = &y, *fracpart = &z; void splitfloat(double x, double *intpart, double *fracpart); pr Read More
posted @ 2019-06-19 18:13 1494925349 Views(130) Comments(1) Diggs(0) Edit