mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
added a comment about future work
This commit is contained in:
parent
9167d04dea
commit
8d43976858
1 changed files with 8 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue