From 72a96c4d5f1df99673d8ae31111e313fc576547b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 17 Nov 2010 12:43:21 -0500 Subject: arduino docs nearing completion; CC-BY-SA 3.0 notice appended to all of them --- source/arduino/sizeof.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/arduino/sizeof.rst') 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 -- cgit v1.2.3