File: dummyobj.c

package info (click to toggle)
libksba 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,236 kB
  • ctags: 1,559
  • sloc: ansic: 18,522; sh: 9,343; yacc: 859; makefile: 159; awk: 28
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;
}