You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
421 B
Groff
29 lines
421 B
Groff
15 years ago
|
.TH "strtok.c" 3 "4 Dec 2008" "Version 1.6.4" "avr-libc" \" -*- nroff -*-
|
||
|
.ad l
|
||
|
.nh
|
||
|
.SH NAME
|
||
|
strtok.c \-
|
||
|
.SH "Detailed Description"
|
||
|
.PP
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
.br
|
||
|
.PP
|
||
|
.SS "Functions"
|
||
|
|
||
|
.in +1c
|
||
|
.ti -1c
|
||
|
.RI "char * \fBstrtok\fP (char *s, const char *delim)"
|
||
|
.br
|
||
|
.in -1c
|
||
|
.SS "Variables"
|
||
|
|
||
|
.in +1c
|
||
|
.ti -1c
|
||
|
.RI "static char * \fBp\fP"
|
||
|
.br
|
||
|
.in -1c
|
||
|
.SH "Author"
|
||
|
.PP
|
||
|
Generated automatically by Doxygen for avr-libc from the source code.
|