#ifndef __FOO_H #define __FOO_H void foo_void( void ); int foo_void_info( void ); int foo_add( int x, int y ); int foo_strlen( const char *s ); void foo_strrev( char *s ); const char * foo_strrev2( const char *s ); #endif