Скачиваний:
57
Добавлен:
16.04.2013
Размер:
289 б
Скачать
#ifndef _UTILS_H_
#define _UTILS_H_

#ifdef __cplusplus
extern "C" {
#endif

unsigned int BitCount(unsigned int n);
unsigned int Min(unsigned int n, unsigned int m);
unsigned int Max(unsigned int n, unsigned int m);
 
#ifdef __cplusplus
};
#endif /* __cplusplus */

#endif
Соседние файлы в папке fft