DEBSOURCES
Skip Quicknav
sources / lintian / 2.5.10.4 / t / tests / shared-libs-dev-symlink / upstream / code.h
12345678
#ifndef CODE_H_ #define CODE_H_ double e(void (*f)(char *)); double energy(double mass); #endif