2004-11-14 Ben Maurer <bmaurer@ximian.com>
[mono-project.git] / support / stdio.c
blobd4231259a514dee3761360ec94106975a4fcbeac
1 /*
2 * <stdio.h> wrapper functions.
4 * Authors:
5 * Jonathan Pryor (jonpryor@vt.edu)
7 * Copyright (C) 2004 Jonathan Pryor
8 */
10 #include <stdio.h>
12 #include "mph.h"
14 G_BEGIN_DECLS
16 gint32
17 Mono_Posix_Syscall_L_ctermid (void)
19 return L_ctermid;
22 gint32
23 Mono_Posix_Syscall_L_cuserid (void)
25 return L_cuserid;
28 G_END_DECLS
31 * vim: noexpandtab