diff options
author | Marti Bolivar <mbolivar@mit.edu> | 2010-11-17 12:43:21 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@mit.edu> | 2010-11-17 12:45:19 -0500 |
commit | 72a96c4d5f1df99673d8ae31111e313fc576547b (patch) | |
tree | 8c79208db14e49daeba11b272282f0705760db16 /source/arduino/sizeof.rst | |
parent | 2d429e75ce69e77f8c95490ac03881ec9aa0354a (diff) | |
download | librambutan-72a96c4d5f1df99673d8ae31111e313fc576547b.tar.gz librambutan-72a96c4d5f1df99673d8ae31111e313fc576547b.zip |
arduino docs nearing completion; CC-BY-SA 3.0 notice appended to all of them
Diffstat (limited to 'source/arduino/sizeof.rst')
-rw-r--r-- | source/arduino/sizeof.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/arduino/sizeof.rst b/source/arduino/sizeof.rst index 104c183..8513e9d 100644 --- a/source/arduino/sizeof.rst +++ b/source/arduino/sizeof.rst @@ -60,3 +60,6 @@ this:: for (i = 0; i < (sizeof(myInts)/sizeof(int)) - 1; i++) { // do something with myInts[i] } + + +.. include:: cc-attribution.txt
\ No newline at end of file |