楼主:
Wardyal (Wardyal)
2024-06-14 14:38:21※ [本文转录自 Gossiping 看板 #1cQ-Kp3O ]
作者: Wardyal (真昼就是个耖机掰) 看板: Gossiping
标题: [问卦] 要怎么规划前后都会用到的函式 (C语言)
时间: Fri Jun 14 14:37:33 2024
=================
void testA()
{
}
void testB()
{
}
int main()
{
testA();
testB();
testC(); <