use warnings; use strict; use Inline 'C'; num(1); __END__ __C__ #include #include void num(uint8_t number){ printf("%d\n", number); }