#ifndef ANALITIC_TOOLS_H #define ANALITIC_TOOLS_H #include "Defs.h" char median(char buf[], INT tam); #endif