原创 指針的指針---一個有序鏈表的實現

#include <stdio.h> #include <stdlib.h> #include <math.h> #define BOOL int #define FALSE 0 #define TRUE 1 typedef stru