18 lines
497 B
C
18 lines
497 B
C
/*********************************************************************************************
|
|
Description: data and files for debugging
|
|
Copyright : All right reserved by NCIC.ICT
|
|
|
|
Author : Zhang Zhonghai
|
|
Date : 2024/04/09
|
|
***********************************************************************************************/
|
|
#include <stdio.h>
|
|
|
|
#define DEBUG_FILE_OUTPUT
|
|
|
|
extern FILE *gf[4], *gfq[4], *gft[4], *gfi[4];
|
|
|
|
int open_qti_files();
|
|
|
|
int open_debug_files();
|
|
|
|
int close_files(); |