source:
CIVL/examples/library/stdlib/rand_r.c@
5bc08d6
| Last change on this file since 5bc08d6 was c7b82fc, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 94 bytes | |
| Rev | Line | |
|---|---|---|
| [c7b82fc] | 1 | #include<stdlib.h> |
| 2 | ||
| 3 | int main(){ | |
| 4 | unsigned int a = 6; | |
| 5 | int b; | |
| 6 | ||
| 7 | b = rand_r(&a); | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
