22fb4c6e8c
Workaround for TypesettingTools/Aegisub#162
14 lines
283 B
C
14 lines
283 B
C
/*
|
|
* util.h
|
|
* Luabins test utilities
|
|
* See copyright notice in luabins.h
|
|
*/
|
|
|
|
#ifndef LUABINS_TEST_UTIL_H_INCLUDED_
|
|
#define LUABINS_TEST_UTIL_H_INCLUDED_
|
|
|
|
#include <stdio.h>
|
|
|
|
void fprintbuf(FILE * out, const unsigned char * b, size_t len);
|
|
|
|
#endif /* LUABINS_TEST_UTIL_H_INCLUDED_ */
|