4 lines
106 B
C
4 lines
106 B
C
#include <stdio.h>
|
|
#define printf(fmt, args...) (fprintf (stderr, (fmt), ## args))
|
|
#define SYNCTEX_INLINE
|