💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files › cd743905a9bc829f2994981776dc7… captured on 2023-09-08 at 16:23:20. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-19)

🚧 View Differences

-=-=-=-=-=-=-

Go Back

0 /* See LICENSE file for copyright and license details. */

1 #ifndef _INPUT_H_

2 #define _INPUT_H_

3

4 struct tb_event;

5 int input(struct tb_event event);

6 int tb_interupt();

7

8 #endif

9