Geo-Address-Mail-Standardizer-USPS-AMS
view release on metacpan or search on metacpan
//
// - newSVpvs only works for literals
// - might set undef via NULL pointer
#define newSVpvn_nolen(s) newSVpvn(s, strlen(s))
#define newSVpvn_nolen_undef(s) newSVpvn(s, s ? strlen(s) : 0)
MODULE = Geo::Address::Mail::Standardizer::USPS::AMS PACKAGE = Geo::Address::Mail::Standardizer::USPS::AMS PREFIX = ams_
void ams_init(SV * self)
PPCODE:
Z4OPEN_PARM z4cfg;
int status;
char * statedir;
char * datadir;
char * path_comm;
char * path_dpv;
char * path_elot;
char * path_lacslink;
char * path_suitelink;
( run in 0.589 second using v1.01-cache-2.11-cpan-5511b514fd6 )