1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/mssql/_cdef_nix.c.v

7 lines
65 B
V
Raw Normal View History

2021-05-31 14:08:31 +03:00
module mssql
#flag -lodbc
#include <sql.h>
#include <sqlext.h>