Warning: Undefined array key "rss_show_deleted" in /var/www/w12/dw/inc/Feed/FeedCreatorOptions.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/w12/dw/inc/Feed/FeedCreatorOptions.php:86) in /var/www/w12/dw/feed.php on line 53
Warning: Cannot modify header information - headers already sent by (output started at /var/www/w12/dw/inc/Feed/FeedCreatorOptions.php:86) in /var/www/w12/dw/feed.php on line 54
Warning: Cannot modify header information - headers already sent by (output started at /var/www/w12/dw/inc/Feed/FeedCreatorOptions.php:86) in /var/www/w12/dw/feed.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at /var/www/w12/dw/inc/Feed/FeedCreatorOptions.php:86) in /var/www/w12/dw/feed.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /var/www/w12/dw/inc/Feed/FeedCreatorOptions.php:86) in /var/www/w12/dw/inc/httputils.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /var/www/w12/dw/inc/Feed/FeedCreatorOptions.php:86) in /var/www/w12/dw/inc/httputils.php on line 33 wi12.unix7.org - tut
https://w12.unix7.org/
Wed, 05 Aug 2026 08:13:46 +0000FeedCreator 1.8https://w12.unix7.org/_media/wiki/dokuwiki.svgwi12.unix7.org
https://w12.unix7.org/
Samples
https://w12.unix7.org/tut/readfile
Samples
C lang
/*
* Author, Copyright: Oleg Borodin <onborodin@gmail.com>
*/
#include <stdio.h>
#include <string.h>
#define BUFFER_SIZE 128
int main(int argc, char **argv) {
// открываем файл с именем sample.txt на чтение (r - read) и сохраняем
// результат в переменной-ссылке fd (fd - file descriptor)
//
FILE* fd = fopen("sample.txt", "r");
// проверяем, удачно ли открыт файл
// если указатель на структуру-дескриптор
// равен НИЧЕГО, то выводим на терминал с…anonymous@undisclosed.example.com (Anonymous)Sat, 27 Nov 2021 13:26:11 +0000