#include <stdbool.h>
Go to the source code of this file.
◆ InputLoop()
Function that receives character input from the user and prints it.
The function terminates when the input is 'Q' or 'q'
◆ IsQ()
Check if a character is a 'Q' or 'q'.
- Parameters
-
- Returns
- true if the character is a 'Q' or 'q', false otherwise
◆ PrintCharacter()
void PrintCharacter |
( |
char |
input | ) |
|
Print a character to the user.
- Parameters
-
input | The character to print |
◆ ReadCharacter()
Read a character from the user.
- Returns
- char The character read