#ifndef _EX10_H_
#define _EX10_H_

#include <math.h>

#include "ex09.h"

double standard_deviation(double *, size_t len);

#endif
