X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Fclear.c;h=97cb0f3651deb65c53365b78821cde7601173e1d;hp=2ffdf9530948194d7e6a66c562a4a9a812b480a7;hb=643ec2bf782cd02efafe3ccdeaea8920a404645e;hpb=cd142df6d9934f1bda19f5b968cc666291be5072 diff --git a/progs/clear.c b/progs/clear.c index 2ffdf953..97cb0f36 100644 --- a/progs/clear.c +++ b/progs/clear.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2016,2017 Free Software Foundation, Inc. * + * Copyright 2020,2021 Thomas E. Dickey * + * Copyright 1998-2016,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -40,11 +41,11 @@ #include #include -MODULE_ID("$Id: clear.c,v 1.22 2017/10/07 21:48:32 tom Exp $") +MODULE_ID("$Id: clear.c,v 1.24 2021/03/20 18:23:14 tom Exp $") const char *_nc_progname = "clear"; -static void +static GCC_NORETURN void usage(void) { #define KEEP(s) s "\n"