1 2 3 4 5 6
int add(int x, int y); int sub(int x, int y); int mul(int x, int y); int div(int x, int y); void fizzbuzz(int n);