|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| int | fb_FilePutStrEx (FB_FILE *handle, fb_off_t pos, void *str, ssize_t str_len) |
| FBCALL int | fb_FilePutStr (int fnum, int pos, void *str, ssize_t str_len) |
| FBCALL int | fb_FilePutStrLarge (int fnum, long long pos, void *str, ssize_t str_len) |
| FBCALL int fb_FilePutStr | ( | int | fnum, |
| int | pos, | ||
| void * | str, | ||
| ssize_t | str_len | ||
| ) |
Definition at line 5 of file file_putstr.c.


| FBCALL int fb_FilePutStrLarge | ( | int | fnum, |
| long long | pos, | ||
| void * | str, | ||
| ssize_t | str_len | ||
| ) |