0_0_13641554_961.c:40:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'double'
inline double f(double x, double y) {
^
0_0_13641554_961.c:45:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'double'
inline double df(double x) {
^
0_0_13641554_961.c:50:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'double'
inline double iterate_next_x(double last_x, double y) {
^
0_0_13641554_961.c:32:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_Bool'
#define bool _Bool
^
0_0_13641554_961.c:55:8: note: in expansion of macro 'bool'
inline bool has_solution_in_range(double lower_limit, double upper_limit, double y) {
^
0_0_13641554_961.c:60:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'double'
inline double guess_iterate_start_value(double lower_limit, double upper_limit, double y) {
^
0_0_13641554_961.c:32:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_Bool'
#define bool _Bool
^
0_0_13641554_961.c:65:8: note: in expansion of macro 'bool'
inline bool is_acceptable_solution(double x, double y) {
^
0_0_13641554_961.c:32:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_Bool'
#define bool _Bool
^
0_0_13641554_961.c:69:8: note: in expansion of macro 'bool'
inline bool solve(double y, double *solution) {
^
|