Changeset 81 for trunk/IPs/systemC/Environment/Queue/selftest
- Timestamp:
 - Apr 15, 2008, 8:40:01 PM (18 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/IPs/systemC/Environment/Queue/selftest/main.cpp
- 
                Property
            svn:keywords
           set to
              
Id 
r80 r81 1 #include <iostream>2 1 #include "../include/Sort_Queue.h" 3 2 #include "../include/Sort_Queue_Dynamic.h" 3 #include <iostream> 4 4 5 5 using namespace std; … … 52 52 53 53 54 int main (void) 54 #ifdef SYSTEMC 55 int sc_main (int argc, char * argv[]) 56 #else 57 int main (int argc, char * argv[]) 58 #endif 55 59 { 56 60 cout << "<main> Begin" << endl;  - 
                Property
            svn:keywords
           set to
              
 
Note: See TracChangeset
          for help on using the changeset viewer.
      