toaruos/apps/false.c

12 lines
260 B
C

/**
* @brief false - returns a failure status code.
*
* @copyright
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2018 K. Lange
*/
int main() {
return 1;
}