]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add qsort - add support for sorting data arrays
authorWolfgang Denk <wd@denx.de>
Sat, 12 Jun 2010 23:45:10 +0000 (01:45 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 19 Sep 2010 17:29:47 +0000 (19:29 +0200)
commit54c6977e9ca41fb38b45f1746d90f2806be3b5cb
tree66b23eabbb3a2569a69d7247590b53894c055e8c
parent65cd3fa81ff48cd44bcb3d9baf646dade15b9131
Add qsort - add support for sorting data arrays

Code adapted from uClibc-0.9.30.3

Signed-off-by: Wolfgang Denk <wd@denx.de>
include/common.h
lib/Makefile
lib/qsort.c [new file with mode: 0644]