Initial commit
This commit is contained in:
15
LIB386/LIB_SYS/DIVERS.C
Normal file
15
LIB386/LIB_SYS/DIVERS.C
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <i86.h>
|
||||
#include <dos.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "adeline.h"
|
||||
#include "lib_sys.h"
|
||||
|
||||
char ItoaTempoString[40] ; /* c'est 17 le max je crois */
|
||||
|
||||
char *Itoa( LONG value )
|
||||
{
|
||||
return itoa( value, ItoaTempoString, 10 ) ;
|
||||
}
|
||||
Reference in New Issue
Block a user