Re: [转载] 关于extern line的问题# Programming - 葵花宝典
q*g
1 楼
【 以下文字转载自 Linux 讨论区 】
【 原文由 qiuxing 所发表 】
刚才在编程版几位同学已经指出来是头文件里面include f1.h了两次的问题。
下面是我全部的代码,f1 == my_tstat2fun, f2 == my_multi_tstat2fun,
prog == my_test
my_tstat2.h:
#include
#include
#include
#include
#include
#include
/* This function produces two sample t-statistic with pooled variance
for an slidenum-dimensional double precision data. */
double my_tstat2fun(gsl_vector * data, int cutoff)
{
int
【 原文由 qiuxing 所发表 】
刚才在编程版几位同学已经指出来是头文件里面include f1.h了两次的问题。
下面是我全部的代码,f1 == my_tstat2fun, f2 == my_multi_tstat2fun,
prog == my_test
my_tstat2.h:
#include
#include
#include
#include
#include
#include
/* This function produces two sample t-statistic with pooled variance
for an slidenum-dimensional double precision data. */
double my_tstat2fun(gsl_vector * data, int cutoff)
{
int