Burp
Functions
controller.h File Reference
#include "../view/ui.h"
Include dependency graph for controller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

short waitForInput ()
 

Function Documentation

◆ waitForInput()

short waitForInput ( )
  • controller.c & controller.h supply functions to interact with the textual interface - Check for user keyboard input. Return 0 if the user asked to stop the program. If not return 1.

-Normally not- blocking functions that wait for user input to interact. The different beheviours are : Q - Quit