1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/targets/arduino/WProgram.h

17 lines
265 B
C
Raw Normal View History

#include <stdlib.h>
#include <string.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