projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9167d04
)
added a comment about future work
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 20:40:46 +0000
(20:40 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 20:40:46 +0000
(20:40 +0000)
src/mesa/main/imports.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.c
b/src/mesa/main/imports.c
index 1c94fcb354f12ee8b0b985a99b3534ce64306b68..75ca33a69370aa30b7a97d264c9b347178636733 100644
(file)
--- a/
src/mesa/main/imports.c
+++ b/
src/mesa/main/imports.c
@@
-1,4
+1,4
@@
-/* $Id: imports.c,v 1.2
4 2002/10/30 19:44:41
brianp Exp $ */
+/* $Id: imports.c,v 1.2
5 2002/10/30 20:40:46
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-63,6
+63,13
@@
/* Wrappers for standard C library functions */
/**********************************************************************/
+/*
+ * Functions still needed:
+ * scanf
+ * qsort
+ * bsearch
+ * rand and RAND_MAX
+ */
void *
_mesa_malloc(size_t bytes)