Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from Main.c:5:
- /usr/include/stdlib.h:362:1: error: function definition is not allowed here
- {
- ^
- /usr/include/stdlib.h:367:1: error: function definition is not allowed here
- {
- ^
- /usr/include/stdlib.h:374:1: error: function definition is not allowed here
- {
- ^
- In file included from Main.c:5:
- In file included from /usr/include/stdlib.h:825:
- /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h:22:1: error: function definition is not allowed here
- {
- ^
- In file included from Main.c:5:
- In file included from /usr/include/stdlib.h:1013:
- /usr/include/x86_64-linux-gnu/bits/stdlib-float.h:26:1: error: function definition is not allowed here
- {
- ^
- Main.c:24:1: error: function definition is not allowed here
- {
- ^
- Main.c:107:24: error: function definition is not allowed here
- int height(node* root) {
- ^
- Main.c:112:23: error: function definition is not allowed here
- int max(int a, int b) {
- ^
- 8 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment