Annotation of 43BSD/ucb/window/wwputs.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char sccsid[] = "@(#)wwputs.c   3.4 4/24/85";
                      3: #endif
                      4: 
                      5: /*
                      6:  * Copyright (c) 1983 Regents of the University of California,
                      7:  * All rights reserved.  Redistribution permitted subject to
                      8:  * the terms of the Berkeley Software License Agreement.
                      9:  */
                     10: 
                     11: #include "ww.h"
                     12: 
                     13: wwputs(s, w)
                     14: register char *s;
                     15: struct ww *w;
                     16: {
                     17:        register char *p = s;
                     18: 
                     19:        while (*p++)
                     20:                ;
                     21:        (void) wwwrite(w, s, p - s - 1);
                     22: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.