InChI
 
Loading...
Searching...
No Matches
inchi_dll.h
Go to the documentation of this file.
1/*
2 * International Chemical Identifier (InChI)
3 * Version 1
4 * Software version 1.07
5 * April 30, 2024
6 *
7 * MIT License
8 *
9 * Copyright (c) 2024 IUPAC and InChI Trust
10 *
11 * Permission is hereby granted, free of charge, to any person obtaining a copy
12 * of this software and associated documentation files (the "Software"), to deal
13 * in the Software without restriction, including without limitation the rights
14 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15 * copies of the Software, and to permit persons to whom the Software is
16 * furnished to do so, subject to the following conditions:
17 *
18 * The above copyright notice and this permission notice shall be included in all
19 * copies or substantial portions of the Software.
20 *
21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27 * SOFTWARE.
28*
29* The InChI library and programs are free software developed under the
30 * auspices of the International Union of Pure and Applied Chemistry (IUPAC).
31 * Originally developed at NIST.
32 * Modifications and additions by IUPAC and the InChI Trust.
33 * Some portions of code were developed/changed by external contributors
34 * (either contractor or volunteer) which are listed in the file
35 * 'External-contributors' included in this distribution.
36 *
37 * info@inchi-trust.org
38 *
39*/
40
41
42#ifndef __INCHI_DLL_H__
43#define __INCHI_DLL_H__
44
45
46#define INCHI_MAX_NUM_ARG 32
47
48int parse_options_string( char *cmd,
49 const char *argv[],
50 int maxargs );
52 STRUCT_DATA *sd,
53 INPUT_PARMS *ip,
54 INCHI_IOSTREAM *log_file,
55 INCHI_IOSTREAM *out_file );
57 INCHI_IOSTREAM *log_file );
58
60 inchi_Output *out );
61
62#endif /* __INCHI_DLL_H__ */
void copy_corrected_log_tail(inchi_Output *out, INCHI_IOSTREAM *log_file)
Definition inchi_dll.c:787
void produce_generation_output(inchi_Output *out, STRUCT_DATA *sd, INPUT_PARMS *ip, INCHI_IOSTREAM *log_file, INCHI_IOSTREAM *out_file)
Definition inchi_dll.c:741
int parse_options_string(char *cmd, const char *argv[], int maxargs)
Definition inchi_dll.c:1037
int input_erroneously_contains_pseudoatoms(inchi_Input *inp, inchi_Output *out)
Definition inchi_dll.c:293
Definition inchi_api.h:466
Definition inchi_api.h:622
Definition ichidrp.h:120
Definition mode.h:1030
Definition ichimain.h:77