You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
201 B
13 lines
201 B
/*
|
|
* execute.hpp
|
|
*
|
|
* Created on: 18 Jul 2021
|
|
* Author: Andreas Berthoud
|
|
*/
|
|
|
|
#ifndef EXECUTE_HPP_
|
|
#define EXECUTE_HPP_
|
|
|
|
extern "C" void pop_and_execute_commands();
|
|
|
|
#endif /* EXECUTE_HPP_ */
|
|
|