利用qsort() 对字符串的内容快速排序
#include "stdafx.h"/* QSORT.C: This program reads the command-line * parameters and uses qsort to sort them. It * then displays the sorted arguments. */#include #include #include int compare( cons