6 righe
70 B

  1. #pragma once
  2. namespace network {
  3. void powerOn();
  4. void powerOff();
  5. }