消息队列程序源码(3)
时间:2025-07-12
时间:2025-07-12
} } else if((op = strchr(msg_s,'-')) != NULL) { float a = atof(msg_s); float b = atof(op + 1); float res = a - b; sprintf(msg_s, "%f", res); } else sprintf(msg_s, "Wrong Format"); if(msgsnd(msgqueue, &msg_put, MSG_SIZE, 0) == -1) { printf("Send Message Failed"); return -1; } return 0;
下一篇:卫生统计信息网络直报系统