ZE-Standard-Libraries/list/list.c

15 lines
397 B
C
Raw Normal View History

2018-02-07 12:09:44 +00:00
/* ********************************************************
* 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;
}