|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 643 (0x283) Types: TextFile Names: »shift.l«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/laser-setters/quicspool/man/shift.l« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/quicspool/man/shift.l«
.\" $Header: shift.l,v 1.1 88/01/15 12:58:43 simpson Rel $ .\" $Log: shift.l,v $ .\" Revision 1.1 88/01/15 12:58:43 simpson .\" initial release .\" .\" Revision 0.1 87/12/11 17:57:00 simpson .\" beta test .\" .TH SHIFT 3 TRW .UC .SH NAME string_downshift, string_upshift \- shift case of strings .SH SYNOPSIS .nf .B char *string_downshift(s) .B char *s; .B char *string_upshift(s) .B char *s; .B cc ... -ltrw .fi .SH DESCRIPTION .I String_downshift shifts .I s in place to lowercase. .I String_upshift shifts .I s in place to uppercase. Both routines return .I s. .SH AUTHOR Michael Gorlick, TRW .SH SEE ALSO ctype(3), string(3)