projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mescc: Add fopen.
[mes.git]
/
lib
/
libc+tcc.c
diff --git
a/lib/libc+tcc.c
b/lib/libc+tcc.c
index bf0d04990ad2311a7ecebbd78929b1bf47d246de..3a0b425b43e511e60ffe474cd2d16f772504589a 100644
(file)
--- a/
lib/libc+tcc.c
+++ b/
lib/libc+tcc.c
@@
-1,6
+1,6
@@
/* -*-comment-start: "//";comment-end:""-*-
* Mes --- Maxwell Equations of Software
/* -*-comment-start: "//";comment-end:""-*-
* Mes --- Maxwell Equations of Software
- * Copyright © 2017 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+ * Copyright © 2017
,2018
Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
*
* This file is part of Mes.
*
*
* This file is part of Mes.
*
@@
-76,13
+76,6
@@
fflush (FILE *stream)
return 0;
}
return 0;
}
-FILE *
-fopen (char const *pathname, char const *mode)
-{
- eputs ("fopen stub\n");
- return 0;
-}
-
int
fprintf (FILE *stream, char const *format, ...)
{
int
fprintf (FILE *stream, char const *format, ...)
{