File: typemap

package info (click to toggle)
libalgorithm-hyperloglog-perl 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: perl: 222; ansic: 87; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
HLL	T_PTROBJ_HLL
uint32_t	T_UV

################################################################
INPUT

T_PTROBJ_HLL
	$var = GET_HLLPTR($arg); 

OUTPUT

T_PTROBJ_HLL
	sv_setref_pv($arg, klass, (void*)$var);