Codebase list xd / run/3b0d28c2-1b77-4a23-848b-715ec43bf4ee/main noinput.cc
run/3b0d28c2-1b77-4a23-848b-715ec43bf4ee/main

Tree @run/3b0d28c2-1b77-4a23-848b-715ec43bf4ee/main (Download .tar.gz)

noinput.cc @run/3b0d28c2-1b77-4a23-848b-715ec43bf4ee/mainraw · history · blame

1
2
3
4
5
6
7
#include "main.ih"

void noInput()
{
    if (not Options::input())
        cout << ".\n";                      // prevents a directory change 
}