Abl-electronic PIC Microcontrollers PIC16 Instrukcja Użytkownika Strona 300

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 312
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 299
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
292
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
Prototype
int atoi(char *s);
Description Function converts the input string s into an integer value, and returns the value. Input
string s should consist exclusively of decimal digits, with an optional whitespace and a
sign at the beginning. The string will be processed one character at a time, until the
function reaches a character which it doesn’t recognize (this includes a null character).
atoi
Prototype
long atol(char *s)
Description Function converts the input string s into a long integer value, and returns the value.
Input string s should consist exclusively of decimal digits, with an optional whitespace
and a sign at the beginning. The string will be processed one character at a time, until
the function reaches a character which it doesn’t recognize (this includes a null charac-
ter).
atol
Prototype
div_t div(int numer, int denom);
Description Function computes the result of the division of the numerator numer by the denominator
denom; function returns a structure of type div_t comprising quotient (quot) and
remainder (rem).
div
Przeglądanie stron 299
1 2 ... 295 296 297 298 299 300 301 302 303 304 305 ... 311 312

Komentarze do niniejszej Instrukcji

Brak uwag