blob: 9b1c1df2328611bfcf665802dd2572e144b7e2a8 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
2 * Copyright (C) 2001 MontaVista Software Inc.
3 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
9 *
10 */
11
12#ifndef _printf_h_
13#define _printf_h_
14
15#include <stdarg.h>
16void printf(char *fmt, ...);
17
18#endif /* _printf_h_ */