Subversion Repositories SvarDOS

Rev

Rev 1129 | Rev 1730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1129 Rev 1716
Line 32... Line 32...
32
 *   CMD_CHANGED_BY_CALL  command-line has been modified by CALL
32
 *   CMD_CHANGED_BY_CALL  command-line has been modified by CALL
33
 *   CMD_NOTFOUND         command unrecognized
33
 *   CMD_NOTFOUND         command unrecognized
34
 */
34
 */
35
 
35
 
36
#include <i86.h>
36
#include <i86.h>
-
 
37
#include <malloc.h> /* _fmalloc() */
37
#include <stdio.h>
38
#include <stdio.h>
38
#include <stdlib.h>
39
#include <stdlib.h>
39
#include <string.h>
40
#include <string.h>
40
 
41
 
41
#include "svarlang.lib/svarlang.h"
42
#include "svarlang.lib/svarlang.h"