File: foo2.c

package info (click to toggle)
libffi-platypus-perl 1.34-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,344 kB
  • sloc: perl: 6,999; ansic: 6,637; cpp: 53; makefile: 13; sh: 13
file content (6 lines) | stat: -rw-r--r-- 47 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#include <myfoo.h>
int
foo1()
{
  return 42;
}