Ignore:
Timestamp:
May 1, 2008, 6:48:45 PM (16 years ago)
Author:
rosiere
Message:
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/include/ToString.h

    r81 r82  
    1616#include <string>
    1717#include <limits>
     18#include <stdio.h>
     19#include <stdlib.h>
     20#include <stdarg.h>
    1821
    1922namespace morpheo              {
     
    99102    return out.str();
    100103  }
     104
     105  std::string toString (const char *fmt, ...);
    101106 
    102107}; // end namespace morpheo             
Note: See TracChangeset for help on using the changeset viewer.