Révision 127 pobysoC-4.0/src/pobyso.h

pobyso.h (revision 127)
12 12
 */
13 13
/* <stdio.h> is needed *before* <mpfr.h> for all MPFR input/output functions
14 14
 * prototypes be defined. */
15
#include <string.h>
15 16
#include <stdio.h>
16 17
#include <sollya.h>
17 18
#include <mpfr.h>
......
45 46
/**
46 47
 * Parse a string to create a Sollya object.
47 48
 * A very thin wrapper around the sollya_lib_parse_string() function.
49
 * If the final ";" is forgotten in the expression, it is added by the
50
 * function.
51
 * @return a Sollya expression if successes, a Sollya error if fails.
48 52
 */
49 53
sollya_obj_t
50 54
pobyso_parse_string(const char* expression);

Formats disponibles : Unified diff