mesg.c (f4ac32def255b5968bdd8150057b9c0d14595689) | mesg.c (f682f10c76449b3af3b1dd9afff859cd1cd07116) |
---|---|
1/* 2 * Copyright (c) 1987, 1993 3 * The Regents of the University of California. All rights reserved. 4 * (c) UNIX System Laboratories, Inc. 5 * All or some portions of this file are derived from material licensed 6 * to the University of California by American Telephone and Telegraph 7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with 8 * the permission of UNIX System Laboratories, Inc. --- 97 unchanged lines hidden (view full) --- 106 107 usage(); 108 return(0); 109} 110 111static void 112usage(void) 113{ | 1/* 2 * Copyright (c) 1987, 1993 3 * The Regents of the University of California. All rights reserved. 4 * (c) UNIX System Laboratories, Inc. 5 * All or some portions of this file are derived from material licensed 6 * to the University of California by American Telephone and Telegraph 7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with 8 * the permission of UNIX System Laboratories, Inc. --- 97 unchanged lines hidden (view full) --- 106 107 usage(); 108 return(0); 109} 110 111static void 112usage(void) 113{ |
114 (void)fprintf(stderr, "usage: mesg [y | n]\n"); | 114 (void)fprintf(stderr, "usage: mesg [n | y]\n"); |
115 exit(2); 116} | 115 exit(2); 116} |