Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commands.h (101B)


      1 #pragma once
      2 
      3 #ifndef COMMANDS_H
      4 #define COMMANDS_H
      5 
      6 const char *commands (const char *cmd);
      7 
      8 #endif