Changes between Version 8 and Version 9 of library_stdlib


Ignore:
Timestamp:
Jan 2, 2017, 6:44:23 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdlib

    v8 v9  
    55
    66[[PageOutline]]
     7
     8=== void '''random_wait'''( unsigned int randomize , unsigned int value ) ===
     9This function implements a 5 cycles waiting loop.
     10If the <randomize> argument is set, the number of iterations is a pseudo-random number whose number of bits is defined by the <value> argument. If the <randomize> argument is zero, the number of iterations is defined by the <value> argument.
    711
    812 == int '''atoi'''( char * string ) ==