河北水利局项目

This commit is contained in:
2025-12-15 16:07:49 +08:00
commit f11a7c2b95
1146 changed files with 452892 additions and 0 deletions

12
shuangjia/file.c Normal file
View File

@@ -0,0 +1,12 @@
//#include "stdafx.h"
#include "file.h"
#include "metertable.h"
#include "rptime.h"
#include "doc.h"
void file_read()
{
addr_read();
ipport_read();
ipport_init();
}