backslash.3

来自「linux系统下的音频通信」· 3 代码 · 共 46 行

3
46
字号
'\"'\" Copyright (c) 1989-1993 The Regents of the University of California.'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" SCCS: @(#) Backslash.3 1.16 96/03/25 19:57:09'\" .so man.macros.TH Tcl_Backslash 3 "" Tcl "Tcl Library Procedures".BS.SH NAMETcl_Backslash \- parse a backslash sequence.SH SYNOPSIS.nf\fB#include <tcl.h>\fR.spchar\fBTcl_Backslash\fR(\fIsrc, countPtr\fR).SH ARGUMENTS.AS char *countPtr.AP char *src inPointer to a string starting with a backslash..AP int *countPtr outIf \fIcountPtr\fR isn't NULL, \fI*countPtr\fR gets filledin with number of characters in the backslash sequence, includingthe backslash character..BE.SH DESCRIPTION.PPThis is a utility procedure used by several of the Tclcommands.  It parses a backslash sequence and returnsthe single character corresponding to the sequence.\fBTcl_Backslash\fR modifies \fI*countPtr\fR to contain the numberof characters in the backslash sequence..PPSee the Tcl manual entry for information on the validbackslash sequences.All of the sequences described in the Tclmanual entry are supported by \fBTcl_Backslash\fR..SH KEYWORDSbackslash, parse

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?