Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <stdlib.h> void _edt(void);
|
Note | Programs that call the |
Example | #include <stdio.h>
#include <stdlib.h>
int main(void)
{
_edt();
printf("Return to the C program\n");
return 0;
}
|