From 8d439768589ca61b24c006c2fdb21401d4de67ec Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 30 Oct 2002 20:40:46 +0000 Subject: added a comment about future work --- src/mesa/main/imports.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/imports.c') diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index 1c94fcb354..75ca33a693 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -1,4 +1,4 @@ -/* $Id: imports.c,v 1.24 2002/10/30 19:44:41 brianp Exp $ */ +/* $Id: imports.c,v 1.25 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) -- cgit v1.2.3