*trigger 128 *oned *twod *vars *sort #include #include ".sunsort_initadc.h" int init(void) { /* Initialisation code goes here */ return 0; } int sortin(void) { /* Per event processing code goes here */ return 0; } int finish(void) { /* Finalisation code goes here */ return 0; }