shithub: treason

ref: 99bb4ede6aa7d3fdcabdbe02abe1f65261127972
dir: /misc.h/

View raw version
int str2fmt(char *s);
uvlong nanosec(void);
void yuv420_rgb24(
	u32int width, u32int height,
	const u8int *Y, const u8int *U, const u8int *V, u32int Y_stride, u32int UV_stride,
	u8int *RGB, u32int RGB_stride);

extern int nproc;
extern int debug;