File: pad_findmy_pvs.c.inc

package info (click to toggle)
libfunction-parameters-perl 2.001003-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 948 kB
  • sloc: perl: 6,478; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/* vi: set ft=c inde=: */

#ifndef pad_findmy_pvs

#if HAVE_PERL_VERSION(5, 16, 0)
#error "This situation surprises me considerably."
#endif

#define pad_findmy_pvs(NAME, FLAGS) pad_findmy("" NAME "", sizeof NAME - 1, FLAGS)

#endif