_sfulen.c   [plain text]


#include	"sfhdr.h"

#undef sfulen

#if __STD_C
int sfulen(reg Sfulong_t v)
#else
int sfulen(v)
reg Sfulong_t	v;
#endif
{
	return __sf_ulen(v);
}