Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- #include <math.h>
- #include <complex.h>
- #include "mojabiblioteka.h"
- int f(int, int);
- int main() {
- printf("%d", calc());
- return 0;
- }
- int f(int a, int b) {
- return a + b;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement