forked from github/server
8 lines
104 B
C
8 lines
104 B
C
|
#include "exparse.h"
|
||
|
|
||
|
#include <expat.h>
|
||
|
|
||
|
int exparse_readfile(const char * filename) {
|
||
|
return 1;
|
||
|
}
|