From 47ff1843807c727ccf8e0aa1ee344036374217fc Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Tue, 29 Apr 2008 17:41:25 +0000 Subject: - added directory with test code --- tests/null.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/null.c (limited to 'tests/null.c') diff --git a/tests/null.c b/tests/null.c new file mode 100644 index 0000000..550e636 --- /dev/null +++ b/tests/null.c @@ -0,0 +1,26 @@ +/* Name: null.c + * Project: Testing driver features + * Author: Christian Starkjohann + * Creation Date: 2008-04-29 + * Tabsize: 4 + * Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH + * License: GNU GPL v2 (see License.txt) or proprietary (CommercialLicense.txt) + * This Revision: $Id$ + */ + +/* +This is a NULL main() function to find out the code size required by libusb's +startup code, interrupt vectors etc. +*/ +#include + + +/* ------------------------------------------------------------------------- */ + +int main(void) +{ + for(;;); + return 0; +} + +/* ------------------------------------------------------------------------- */ -- cgit v1.2.3