/* * Bridge.hpp * PrimpolyCocoa * * Created by Sean O'Connor on 7/10/09. * Copyright 2009 Apple. All rights reserved. * */ #ifdef __cplusplus extern "C" { #endif int identity( const int x ) ; int PrimpolyMain( int argc, const char * argv[] ) ; #ifdef __cplusplus } #endif