1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-08 02:54:24 +01:00
2007-10-06 14:09:02 +00:00

18 lines
283 B
C
Executable File

#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include "wiring.h"
#ifdef __cplusplus
#include "HardwareSerial.h"
// random prototypes
long random(long);
long random(long, long);
void randomSeed(unsigned int);
#endif