Mercurial > hg > x
comparison fft.cpp @ 2:fc19d45615d1
* Make all file names lower-case to avoid case ambiguity
(some includes differed in case from the filenames they were
trying to include). Also replace MinGW-specific mem.h with
string.h
author | Chris Cannam |
---|---|
date | Tue, 05 Oct 2010 11:04:40 +0100 |
parents | 6422640a802f |
children | 5f3c32dc6e17 |
comparison
equal
deleted
inserted
replaced
1:6422640a802f | 2:fc19d45615d1 |
---|---|
1 //--------------------------------------------------------------------------- | 1 //--------------------------------------------------------------------------- |
2 | 2 |
3 #include <mem.h> | 3 #include <string.h> |
4 #include <stdlib.h> | 4 #include <stdlib.h> |
5 #include "fft.h" | 5 #include "fft.h" |
6 | 6 |
7 //--------------------------------------------------------------------------- | 7 //--------------------------------------------------------------------------- |
8 /* | 8 /* |