diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-30 20:40:46 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-10-30 20:40:46 +0000 |
commit | 8d439768589ca61b24c006c2fdb21401d4de67ec (patch) | |
tree | 6678f438bbe8b61e6aa4660aefc1e2d424db03a4 /src/mesa | |
parent | 9167d04dea5b66e07cb0f133295d56367868e19c (diff) |
added a comment about future work
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/imports.c | 9 |
1 files changed, 8 insertions, 1 deletions
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) |