mikroC
mikroC - C Compiler for Microchip PIC microcontrollers
making it simple...
Prototype | int rand(void); |
Description Function returns a sequence of
Prototype | void srand(unsigned seed); |
Description Function uses the seed as a starting point for a new sequence of
Prototype | int xtoi(char *s); |
Description Function converts the input string s consisting of hexadecimal digits into an integer value. Input parametes s should consist exclusively of hexadecimal 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).
page |
|
294 | MikroElektronika: Development tools - Books - Compilers |
|