This commit is contained in:
2025-07-16 14:41:19 +03:00
parent 2a1ddbedf2
commit ec39173514
51 changed files with 11380 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/*
* This test file exists to check for any compile-time problems
* when linking an application with both jbig.c and jbig85.c simultanenously.
*
* Markus Kuhn -- http://www.cl.cam.ac.uk/~mgk25/
*/
#include "jbig.h"
#include "jbig85.h"
int main()
{
return 0;
}