[an error occurred while processing this directive]
продолжу +
(«Телесистемы»: Конференция «Микроконтроллеры и их применение»)

миниатюрный аудио-видеорекордер mAVR

Отправлено Kenat 22 мая 2006 г. 12:57
В ответ на: Ну дык в IAR чёрным по белому + отправлено Kenat 22 мая 2006 г. 12:55


To customize the formatting capabilities, you need to set up a library project, see
Building and using a customized library, page 51. Define the configuration symbols
according to your application requirements
The library contains a large number of powerful functions for file I/O operations. If you
use any of these functions you need to customize them to suit your hardware. In order
to simplify adaptation to specific hardware, all I/O functions call a small set of primitive
functions, each designed to accomplish one particular task; for example, the __open
opens a file, and __write outputs a number of characters.
Note that file I/O capability in the library is only supported by libraries with full library
configuration, see Library configurations, page 43. In other words, file I/O is supported
when the configuration symbol __DLIB_FILE_DESCRIPTOR is enabled. If not enabled,
functions taking a FILE * argument cannot be used.
Template code for the following I/O files are included in the product:
The primitive functions identify I/O streams, such as an open file, with a file descriptor
that is a unique integer. The I/O streams normally associated with stdin, stdout, and
stderr have the file descriptors 0, 1, and 2, respectively.

Составить ответ  |||  Конференция  |||  Архив

Ответы


Отправка ответа

Имя (обязательно): 
Пароль: 
E-mail: 
NoIX ключ Запомнить

Тема (обязательно):
Сообщение:

Ссылка на URL: 
Название ссылки: 

URL изображения: 


Rambler's Top100 Рейтинг@Mail.ru
Перейти к списку ответов  |||  Конференция  |||  Архив  |||  Главная страница  |||  Содержание

E-mail: info@telesys.ru