summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/libraries/shared/links/shared-libs-dev-symlink-fp/build-spec/orig/code.h
blob: 570beae3feda5fc6608fcd78c8adf6fe438ec281 (plain)
1
2
3
4
5
6
7
8
#ifndef CODE_H_
#define CODE_H_

double e(void (*f)(char *));

double energy(double mass);

#endif