The outage for Sunday 24th November has been cancelled.
Bioplib
Protein Structure C Library
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Pages
src
fsscanf.h
Go to the documentation of this file.
1
/************************************************************************/
2
/**
3
4
\file fsscanf.h
5
6
\version V1.1R
7
\date 01.03.94
8
\brief Include file for fsscanf()
9
10
\copyright (c) UCL / Dr. Andrew C. R. Martin 1994
11
\author Dr. Andrew C. R. Martin
12
\par
13
Institute of Structural & Molecular Biology,
14
University College London,
15
Gower Street,
16
London.
17
WC1E 6BT.
18
\par
19
andrew@bioinf.org.uk
20
andrew.martin@ucl.ac.uk
21
22
**************************************************************************
23
24
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied
25
according to the conditions laid out in the accompanying file
26
COPYING.DOC.
27
28
The code may be modified as required, but any modifications must be
29
documented so that the person responsible can be identified.
30
31
The code may not be sold commercially or included as part of a
32
commercial product except as described in the file COPYING.DOC.
33
34
**************************************************************************
35
36
Description:
37
============
38
39
40
**************************************************************************
41
42
Usage:
43
======
44
45
**************************************************************************
46
47
Revision History:
48
=================
49
50
*************************************************************************/
51
/* Includes
52
*/
53
54
/************************************************************************/
55
/* Defines and macros
56
*/
57
58
/************************************************************************/
59
/* Globals
60
*/
61
62
/************************************************************************/
63
/* Prototypes
64
*/
65
66
/************************************************************************/
67
68
#ifndef _FSSCANF_H
69
#define _FSSCANF_H
70
71
int
fsscanf
(
char
*buffer,
char
*format, ...);
72
73
#endif
fsscanf
int fsscanf(char *buffer, char *format,...)
Definition:
fsscanf.c:177
Generated on Tue Oct 24 2017 10:57:08 for Bioplib by
1.8.8