2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-18 21:43:14 +00:00

use malloc attribute

This commit is contained in:
Holger Lubitz 2007-08-20 20:29:41 +02:00
parent c4285e148d
commit 347ab9b8c2

View File

@ -7,6 +7,6 @@
*
*/
extern char * readline ( const char *prompt );
extern char * __malloc readline ( const char *prompt );
#endif /* _READLINE_H */