From 7df753215dc4ad6339f8691e45ac72c28f65b0ed Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Nov 2011 10:29:00 -0500 Subject: [PATCH] Add missing core.c file Signed-off-by: Mathieu Desnoyers --- snprintf/core.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 snprintf/core.c diff --git a/snprintf/core.c b/snprintf/core.c new file mode 100644 index 00000000..cbacdb54 --- /dev/null +++ b/snprintf/core.c @@ -0,0 +1,23 @@ +/* + * core.c + * + * Copyright (C) 2011 Mathieu Desnoyers + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; only + * version 2.1 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#include + +volatile enum ust_loglevel ust_loglevel; -- 2.34.1