sort.c: bubblesort fixed
* the bubblesort algorithm has an abort-condition
* the linearsort algorithm has not an abort-condition
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Requirements:
lsflib : >=0.0.57
Compiler : gcc, mingw32-gcc
HEADERS : ansi-c
PLATTFORM : UNIX, GNU Linux, Windows32
COMPILE:
To compile this demonstration apps,
do:
type >make< as a normal user
fi
INSTALL:
To install this apps in $(HOME)/bin
do:
make all install
fi