ZE-Standard-Libraries/list/list.c
2018-02-07 20:09:44 +08:00

15 lines
397 B
C

/* ********************************************************
* 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 <stdio.h>
#include <stdlib.h>
#include "list.h"
int main(int argc, char **argv){
return 0;
}