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/foo.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 
00007 #if NOCOMPILE
00008 1 = 1;
00009 #endif 
00010 
00011 void lib();
00012 
00013 void f()
00014 {
00015     lib();
00016 }
00017 
00018 #ifndef NOLINK
00019 int main()
00020 {
00021 }
00022 #endif
00023 

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