The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include <stdio.h>
#include <stdlib.h>
#include <math.h>


int lpm_init(void);
int lpm_add_raw(int handle, SV * svprefix, int prefix_len, SV *value);
SV * lpm_lookup_raw(int handle, SV *svaddr);
void lpm_finish(int handle);
void lpm_destroy(int handle);
SV * lpm_info(int handle);