The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

v1-testing/c.cpp

Go to the documentation of this file.
00001 // Copyright David Abrahams 2002. Permission to copy, use,
00002 // modify, sell and distribute this software is granted provided this
00003 // copyright notice appears in all copies. This software is provided
00004 // "as is" without express or implied warranty, and with no claim as
00005 // to its suitability for any purpose.
00006 #include <iostream>
00007 
00008 #ifndef RESULTCODE
00009 # define RESULTCODE 0
00010 #endif
00011 
00012 int main()
00013 {
00014     std::cout << "returning result: " << RESULTCODE << std::endl;
00015     return RESULTCODE;
00016 }
00017 

Generated on Mon Nov 8 17:07:31 2004 for MPT by  doxygen 1.3.9.1