X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fq.h;fp=lib%2Fq.h;h=f6d597dac3c24bdaa9de992b59c40583e2f7cbeb;hb=5ba24931ec3861ca5befcaae1502dd9105639b44;hp=e255b4e579bc173c15a1e8b3862e9ebd153ee70d;hpb=2e5b799fa6e0fe9ef61a168e9d1d107ca7f17e32;p=swftools.git diff --git a/lib/q.h b/lib/q.h index e255b4e..f6d597d 100644 --- a/lib/q.h +++ b/lib/q.h @@ -135,6 +135,8 @@ typedef struct _trie { char* strdup_n(const char*str, int size); char* allocprintf(const char*str, ...); +float medianf(float*values, int n); + unsigned int crc32_add_byte(unsigned int crc32, unsigned char b); unsigned int crc32_add_string(unsigned int crc32, const char*s);