Skip to content
Snippets Groups Projects
Commit 34d1d290 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

MAX_RAND should be RAND_MAX

parent 4c74c83c
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@
/* Maximum value returned by rand() */
#define MAX_RAND 32767
#define RAND_MAX 32767
/* Integer expression whose value is the maximum number of bytes in a
* character specified by the current locale.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment