aboutsummaryrefslogblamecommitdiffstats
path: root/src/cnki_xml.c
blob: 7f870d1ca7ff7bce4266a7ea5bb96d2af47cfd51 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  
                                                 











                                                          
/*
 * Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#include <stdio.h>

int
cnki_xml(char **xml, FILE **fp)
{
	/* TODO: Extract XML and embed into `/Metadata' */
	return 1;
}