/* ******************************************************** * This file is used to test the header file(list.h). * When the project is finished, this file will be deleted. * This file create by saturneric at 20:04 on Feb 7th. * *******************************************************/ #include #include #include "list.h" int main(int argc, char **argv){ return 0; }