#ifndef __PARTA_H__ #define __PARTA_H__ /** * parta.h * Amazing mathemtical utils by NK and cmapsdfay. * * Released under GPL 3.0. You should have received a * license with this software. If not, got to * Richard Stallman's abode and ask for a copy. */ extern double foo(double); #endif __PARTA_H__