File: typemap

package info (click to toggle)
libinline-perl 0.44-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 440 kB
  • ctags: 121
  • sloc: perl: 3,768; makefile: 38
file content (11 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
float			T_FLOAT

INPUT

T_FLOAT
	$var = (float)SvNV($arg)

OUTPUT

T_FLOAT
	sv_setnv($arg, (double)$var);