mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 14:09:13 +00:00
5 lines
100 B
C
5 lines
100 B
C
#define unlink dont_unlink
|
|
|
|
#include "mptest.c"
|
|
|
|
int dont_unlink(const char *pathname) { return 0; } |