OSDN Git Service

added a comment about future work
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 20:40:46 +0000 (20:40 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 30 Oct 2002 20:40:46 +0000 (20:40 +0000)
src/mesa/main/imports.c

index 1c94fcb..75ca33a 100644 (file)
@@ -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
 /* Wrappers for standard C library functions                          */
 /**********************************************************************/
 
+/*
+ * Functions still needed:
+ * scanf
+ * qsort
+ * bsearch
+ * rand and RAND_MAX
+ */
 
 void *
 _mesa_malloc(size_t bytes)