FreeBASIC  0.91.0
str_fill.c File Reference
#include "fb.h"
Include dependency graph for str_fill.c:

Go to the source code of this file.

Functions

FBCALL FBSTRINGfb_StrFill1 (ssize_t cnt, int fchar)
 
FBCALL FBSTRINGfb_StrFill2 (ssize_t cnt, FBSTRING *src)
 

Function Documentation

FBCALL FBSTRING* fb_StrFill1 ( ssize_t  cnt,
int  fchar 
)

Definition at line 5 of file str_fill.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL FBSTRING* fb_StrFill2 ( ssize_t  cnt,
FBSTRING src 
)

Definition at line 29 of file str_fill.c.

Here is the call graph for this function: