File: README

package info (click to toggle)
cluster3 1.59%2Bds-3
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 5,624 kB
  • sloc: ansic: 9,948; python: 2,018; perl: 1,566; makefile: 132; sh: 27
file content (9 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
The file example.c contains a small C program that calls the routines in the
C Clustering Library. To compile this program, type "make".

If you want to call the routines in the C Clustering Library, in most cases the
file data.c is not needed. This file contains code to communicate between the
GUI program Cluster 3.0 and the routines in the C Clustering Library. For your
own program, you only need cluster.c and the corresponding header file
cluster.h. See chapter 10 in the manual for more information on
compiling and linking the C Clustering Library.