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

View Raw

More Information

⬅️ Previous capture (2022-07-16)

➡️ Next capture (2023-09-08)

🚧 View Differences

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

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