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

generators-test/a.cpp

Go to the documentation of this file.
00001 //  Copyright (c) 2003 boost.org
00002 //
00003 //  Permission to copy, use, modify, sell and distribute this software
00004 //  is granted provided this copyright notice appears in all copies.
00005 //  This software is provided "as is" without express or implied
00006 //  warranty, and with no claim as to its suitability for any purpose.
00007 //
00008 //  http://www.boost.org
00009 // 
00010 
00011 int foo();
00012 int bar();
00013 
00014 void z1(), z2();
00015 
00016 int main()
00017 {
00018     foo();
00019     bar();
00020     z1();
00021     z2();
00022     return 0;
00023 }

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