File: dummyobj.c

package info (click to toggle)
libksba 1.6.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: ansic: 23,601; sh: 5,263; yacc: 859; makefile: 292; sed: 37; awk: 32
file content (9 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (12)
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;
}