Loading...
Searching...
No Matches
20#ifndef _tdsguard_hfFl8IZw2Vf65YyyYQLJTS_
21#define _tdsguard_hfFl8IZw2Vf65YyyYQLJTS_
23#include <tds_sysdep_public.h>
24#include <freetds/bool.h>
30extern const smp smp_zero;
31extern const smp smp_one;
46smp smp_from_int(int64_t n);
49bool smp_is_negative(
smp a);
52bool smp_is_zero(
smp a);
58double smp_to_double(
smp a);
61char *smp_to_string(
smp a);
64smp smp_from_string(
const char *s);