Loading...
Searching...
No Matches
 
 
 
 
 
   20#ifndef freetds_utils_smp_h_ 
   21#define freetds_utils_smp_h_ 
   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);