13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>_lseek(fd,offset,whence)_open(fd,flags)_read(fd,*buff,cnt)_unlink(*name)_write(fd,*buffer,cnt)Used by all file positioning functions: fgetpos, fseek, fsetpos,ftell, rewind. (FSS implementation)Used by the functions fopen and freopen. (FSS implementation)Reads a sequence of characters from a file. (FSS implementation)Used by the function remove. (FSS implementation)Writes a sequence of characters to a file. (FSS implementation)13.2.12. iso646.hThe header file iso646.h adds tokens that can be used instead of regular operator tokens.#define and &&#define and_eq &=#define bitand &#define bitor |#define compl ~#define not !#define not_eq !=#define or ||#define or_eq |=#define xor ^#define xor_eq ^=13.2.13. limits.hContains the sizes of integral types, defined as macros.13.2.14. locale.hTo keep C code reasonable portable across different languages and cultures, a number of facilities areprovided in the header file locale.h.char *setlocale( int category, const char *locale )The function above changes locale-specific features of the run-time library as specified by the categoryto change and the name of the locale.The following categories are defined and can be used as input <strong>for</strong> this function:LC_ALL 0 LC_NUMERIC 3LC_COLLATE 1 LC_TIME 4LC_CTYPE 2 LC_MONETARY 5struct lconv *localeconv( void )748

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!