blob: 7f870d1ca7ff7bce4266a7ea5bb96d2af47cfd51 (
plain) (
tree)
|
|
/*
* 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;
}
|