ZE-Standard-Libraries/error/error.c
Saturneric ef34fa2d84 Modefied and added
Modefied list_easy.h and add error.h and error.c.
2018-02-18 14:32:58 +08:00

7 lines
68 B
C

#include "error.h"
int main(int argc, char **argv){
return 0;
}