File: dlltest.c

package info (click to toggle)
euslisp 9.27%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 55,344 kB
  • sloc: ansic: 41,162; lisp: 3,339; makefile: 256; sh: 208; asm: 138; python: 53
file content (2 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (2)
1
2
extern int func1(int);
int func2(int n){return (func1(n)+10);}