From baedda497d16c5096971eee83a0c467fe663fe6d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 2 Jan 2016 21:13:31 +0100 Subject: o Moving around a lot of files. --- playground/include/playground.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 playground/include/playground.h (limited to 'playground/include/playground.h') diff --git a/playground/include/playground.h b/playground/include/playground.h new file mode 100644 index 0000000..c224908 --- /dev/null +++ b/playground/include/playground.h @@ -0,0 +1,12 @@ +#ifndef PLAYGROUND_H +#define PLAYGROUND_H + +extern "C" void halt(); + +template +static inline +size_t SizeOfArray(const T(&)[N]) { + return N; +} + +#endif -- cgit v1.2.3