Bio-Emboss

 view release on metacpan or  search on metacpan

deprecated_Emboss_time.xs  view on Meta::CPAN

#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#include "ppport.h"

#include "emboss_perl.h"
#include "bio_emboss_config.h"

MODULE = Bio::Emboss_time_deprecated		PACKAGE = Bio::Emboss		

PROTOTYPES: ENABLE

 # code from ajtime.c: automatically generated

const AjPTime
ajTimeTodayRef ()
    OUTPUT:
       RETVAL

AjPTime
ajTimeToday ()
    OUTPUT:
       RETVAL

AjPTime
ajTimeTodayF (timefmt)
       const char* timefmt
    OUTPUT:
       RETVAL

const AjPTime
ajTimeTodayRefF (timefmt)
       const char* timefmt
    OUTPUT:
       RETVAL

AjPTime
ajTimeSet (timefmt, mday, mon, year)
       const char* timefmt
       ajint mday
       ajint mon
       ajint year
    OUTPUT:
       RETVAL

AjBool
ajTimeLocal (timer, thys)
       const time_t timer
       AjPTime thys
    OUTPUT:
       RETVAL
       thys

time_t
ajTimeMake (thys)
       const AjPTime thys
    OUTPUT:
       RETVAL



( run in 0.668 second using v1.01-cache-2.11-cpan-df04353d9ac )