include/stdlib.h
changeset 4 959d4b9c3f0a
parent 0 893a25a6c372
child 6 c5ab059eadc1
equal deleted inserted replaced
3:24bc72470027 4:959d4b9c3f0a
     1 #ifndef QMSK_ARDUINO_STDLIB_H
     1 #ifndef QMSK_ARDUINO_STDLIB_H
     2 #define QMSK_ARDUINO_STDLIB_H
     2 #define QMSK_ARDUINO_STDLIB_H
       
     3 
       
     4 #include <stdint.h>
     3 
     5 
     4 #define false       0
     6 #define false       0
     5 #define true        1
     7 #define true        1
     6 
     8 
     7 typedef uint8_t byte;
     9 typedef uint8_t byte;