#define IR_DECL                     true

class irc
{
  private:

  public:
    // Variables

    // Functions
           irc();                   // Constructor
           ~irc();                  // Destructor
    char   get_key(void);           // Get the latest IR signal if any
};


syntax highlighted by Code2HTML, v. 0.9.1