File: dummyobj.c

package info (click to toggle)
libksba 1.6.7-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 3,996 kB
  • sloc: ansic: 23,298; sh: 12,428; yacc: 859; makefile: 292; sed: 37; awk: 32
file content (9 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
/* dummyobj.c -- Dummy to help libtool with a broken ar(1) */

int 
_ksba_dummyobj_for_broken_ar (int foo)
{
  return foo;
}