mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
15 lines
151 B
C
15 lines
151 B
C
|
|
//namespace foo
|
|
//{
|
|
// #include "Arduino.h"
|
|
// #include "CRC.h"
|
|
//
|
|
// int foo(int n);
|
|
//}
|
|
|
|
|
|
#include "Arduino.h"
|
|
#include "CRC.h"
|
|
|
|
int foo(int n);
|