#include <alloca.h>#include <string.h>

Go to the source code of this file.
Defines | |
| #define | BLANK ((int) ' ') |
| #define | NUMBLNKS 128 |
Functions/Subroutines | |
| void | b_pad (char *str, int len) |
| void | s_cat (char *dest, char *src[], int slen[], int *num, int dlen) |
| void | s_copy (char *s1, char *s2, int l1, int l2) |
| int | s_cmp (char *s1, char *s2, int l1, int l2) |
Variables | |
| static char * | blanks |
| void b_pad | ( | char * | str, | |
| int | len | |||
| ) |
| void s_cat | ( | char * | dest, | |
| char * | src[], | |||
| int | slen[], | |||
| int * | num, | |||
| int | dlen | |||
| ) |
| int s_cmp | ( | char * | s1, | |
| char * | s2, | |||
| int | l1, | |||
| int | l2 | |||
| ) |
| void s_copy | ( | char * | s1, | |
| char * | s2, | |||
| int | l1, | |||
| int | l2 | |||
| ) |
char* blanks [static] |
Initial value:
" " " " " " " "
Definition at line 51 of file fstring.c.
Referenced by _frwd(), _ld_write(), and s_cmp().
1.5.6