CREATE OR REPLACE FUNCTION add_nums(int,int) RETURNS int AS 'MODULE_PATHNAME','add_nums' LANGUAGE C STRICT;