Révision 293 approxBasisSollya/approxbaso.c

approxbaso.c (revision 293)
10 10

  
11 11
/* Includes according to the "general to particular" rule. */
12 12
/* includes of system headers */
13
#include <stdio.h>
13 14

  
14 15
/* includes of project headers */
16
#include <pobyso.h>
15 17

  
16 18
/* includes of local headers */
19
#include <approxbaso.h>
20
#include <read-lines-from-file.h>
17 21

  
18 22
/* Types, constants and macros definitions */
19 23

  
......
21 25

  
22 26
/* Functions */
23 27

  
24
int main(int argc, char** argv)
28
/** @see approxbaso.h#read_basis_from_handle */
29
struct ApproxBasisSollya*
30
abs_read_basis_from_handle(FILE* fileHandle)
25 31
{
26
  return 0;
32
  rlff_readLines_t* linesRead = NULL;
33
  return NULL;
27 34
}

Formats disponibles : Unified diff