Advertisement
Josif_tepe

Untitled

Mar 23rd, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <math.h>
  4. #include <complex.h>
  5.  
  6. #include "mojabiblioteka.h"
  7.  
  8. int f(int, int);
  9.  
  10. int main() {
  11.     printf("%d", calc());
  12.     return 0;
  13. }
  14.  
  15. int f(int a, int b) {
  16.     return a + b;
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement