quakeforge/ruamoko/gatest/util.h

12 lines
218 B
C
Raw Permalink Normal View History

#ifndef __util_h
#define __util_h
void printf(string fmt, ...);
void traceon(void);
void traceoff(void);
int *binomial (int n);
int count_bits (unsigned v);
int count_flips (unsigned a, unsigned b);
#endif//__util_h