Adding files
This commit is contained in:
12
c_src/esqlite_nif.c
Normal file
12
c_src/esqlite_nif.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* esqlite -- an erlang sqlite nif.
|
||||
*/
|
||||
|
||||
#include <erl_nif.h>
|
||||
|
||||
#include "sqlite3.h"
|
||||
|
||||
static ErlNifFunc nif_funcs[] = {
|
||||
};
|
||||
|
||||
ERL_NIF_INIT(esqlite, nif_funcs, on_load, NULL, NULL, NULL);
|
||||
Reference in New Issue
Block a user