aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/mean.c
blob: a74fc70a7c3ba15928fb79e8009fab19b9a895bc (plain)
1
2
3
4
5
6
7
8
#include "../cxc/mean.c"
void mean_setup()
{
  cxmean_setup();
  cxavgdev_setup();
  cxstddev_setup();
  mean_tilde_setup();
}