File: README

package info (click to toggle)
symmetrica 2.0%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 9,456 kB
  • sloc: ansic: 97,289; makefile: 170; sh: 70
file content (12 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
this is a first version of SYMMETRICA V2.0 
you get all the source files (*.c) plus
header files (*.h) and some documentation (*.doc)

to build a first example simply use the
makefile which builds one executable
calculating the factorial.

the file used in the example (test.c) is
the only file not necessary for the library
to work. so if you want to do something
else substiute this file.