include contiki.h and use standard data types.
This commit is contained in:
parent
aaae9f4cf8
commit
e6630a6ccb
2 changed files with 13 additions and 12 deletions
|
@ -28,10 +28,10 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: rand.h,v 1.3 2007/08/10 08:02:01 oliverschmidt Exp $
|
||||
* @(#)$Id: rand.h,v 1.4 2007/09/04 08:48:54 bg- Exp $
|
||||
*/
|
||||
/* -*- C -*- */
|
||||
/* @(#)$Id: rand.h,v 1.3 2007/08/10 08:02:01 oliverschmidt Exp $ */
|
||||
/* @(#)$Id: rand.h,v 1.4 2007/09/04 08:48:54 bg- Exp $ */
|
||||
|
||||
#ifndef RAND_H
|
||||
#define RAND_H
|
||||
|
@ -50,7 +50,7 @@
|
|||
* Comm. of the ACM, V. 31. No. 10, pp 1192-1201
|
||||
*/
|
||||
|
||||
extern s32_t rand_state;
|
||||
extern int32_t rand_state;
|
||||
|
||||
int rand(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue