File: test.c

package info (click to toggle)
symmetrica 2.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 3,892 kB
  • ctags: 4,938
  • sloc: ansic: 97,272; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#include "def.h"
#include "macro.h"

ANFANG
scan(INTEGER,a);
fakul(a,b);
println(b);
ENDE