sl@0
|
1 |
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// Name : stdio.mmpi
|
sl@0
|
15 |
// Part of : stdio project specific include MMP file
|
sl@0
|
16 |
// This is a project specific include file for building the
|
sl@0
|
17 |
// stdio as part of libc library.
|
sl@0
|
18 |
// Version : 1.0
|
sl@0
|
19 |
// This material, including documentation and any related
|
sl@0
|
20 |
// computer programs, is protected by copyright controlled by
|
sl@0
|
21 |
// Nokia. All rights are reserved. Copying, including
|
sl@0
|
22 |
// reproducing, storing, adapting or translating, any
|
sl@0
|
23 |
// or all of this material requires the prior written consent of
|
sl@0
|
24 |
// Nokia. This material also contains confidential
|
sl@0
|
25 |
// information which may not be disclosed to others without the
|
sl@0
|
26 |
// prior written consent of Nokia.
|
sl@0
|
27 |
//
|
sl@0
|
28 |
|
sl@0
|
29 |
|
sl@0
|
30 |
|
sl@0
|
31 |
|
sl@0
|
32 |
|
sl@0
|
33 |
SOURCEPATH ../src/stdio
|
sl@0
|
34 |
|
sl@0
|
35 |
// source file name
|
sl@0
|
36 |
|
sl@0
|
37 |
SOURCE asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c \
|
sl@0
|
38 |
fgetc.c fgetln.c fgetpos.c fgets.c fgetwln.c fileno.c flags.c fopen.c fprintf.c fpurge.c fputc.c \
|
sl@0
|
39 |
fputs.c fread.c freopen.c fscanf.c fseek.c \
|
sl@0
|
40 |
fsetpos.c ftell.c funopen.c fwalk.c \
|
sl@0
|
41 |
fwrite.c getc.c getchar.c gets.c getw.c \
|
sl@0
|
42 |
printf.c putc.c putchar.c puts.c putw.c \
|
sl@0
|
43 |
remove.c rewind.c scanf.c setbuf.c setbuffer.c setvbuf.c snprintf.c \
|
sl@0
|
44 |
sprintf.c sscanf.c tempnam.c \
|
sl@0
|
45 |
ungetc.c unlocked.c vasprintf.c vfprintf.c vfscanf.c \
|
sl@0
|
46 |
vprintf.c vscanf.c vsnprintf.c vsprintf.c vsscanf.c set_fmode.c \
|
sl@0
|
47 |
|
sl@0
|
48 |
|
sl@0
|
49 |
|
sl@0
|
50 |
|
sl@0
|
51 |
|
sl@0
|
52 |
SOURCE stdio.c //Small standard I/O/seek/close functions
|
sl@0
|
53 |
SOURCE rget.c
|
sl@0
|
54 |
SOURCEPATH ../src/gen
|
sl@0
|
55 |
SOURCE errlst.c //- dependency on threads
|
sl@0
|
56 |
|
sl@0
|
57 |
SOURCEPATH ../src
|
sl@0
|
58 |
SOURCE getdtablesize.c
|
sl@0
|
59 |
|
sl@0
|
60 |
|
sl@0
|
61 |
//Duplicates
|
sl@0
|
62 |
//(getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked) in unlocked.c
|
sl@0
|
63 |
//fseeko(in fseek.c) ftello(in ftell.c)
|
sl@0
|
64 |
|
sl@0
|
65 |
|
sl@0
|
66 |
//ctermid.c pclose.c popen.c _flock_stub.c
|
sl@0
|
67 |
|
sl@0
|
68 |
//
|
sl@0
|
69 |
|
sl@0
|
70 |
//fflush_unlocked fgetwc_unlocked vdprintf - available in Glibc but may not get compiled directly
|
sl@0
|
71 |
//_IO_feof _IO_puts _IO_getc.c _IO_putc.c
|
sl@0
|
72 |
|
sl@0
|
73 |
|
sl@0
|
74 |
|
sl@0
|
75 |
// End of File
|
sl@0
|
76 |
|