summaryrefslogtreecommitdiff
path: root/src/common.h
blob: 6c1d0a44136ece8613fca987094b6bf3b633eccc (plain) (blame)
1
2
3
4
5
6
#ifndef _FOOBAR_SRC_COMMON_H
#define _FOOBAR_SRC_COMMON_H

int foobar_internal(int a, int b);

#endif