Commit /bin/cc.exe (a hardlink of /bin/gcc.exe)
[msysgit.git] / include / sys / smallprint.h
blob9593d4d1038a168f5302387644da118dc87a6203
1 /* sys/smallprint.h
3 Copyright 1998, 2001 Red Hat, Inc.
5 This file is part of Cygwin.
7 This software is a copyrighted work licensed under the terms of the
8 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
9 details. */
11 #ifndef _SYS_SMALLPRINT_H
12 #define _SYS_SMALLPRINT_H
14 #include <stdarg.h>
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
20 int __small_sprintf (char *__dst, const char *__fmt, ...);
21 int __small_vsprintf (char *__dst, const char *__fmt, va_list __ap);
23 #ifdef __cplusplus
25 #endif
27 #endif /* _SYS_SMALLPRINT_H */