Subversion Repositories SvarDOS

Rev

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

Rev 1716 Rev 1730
Line 1... Line 1...
1
/* This file is part of the SvarCOM project and is published under the terms
1
/* This file is part of the SvarCOM project and is published under the terms
2
 * of the MIT license.
2
 * of the MIT license.
3
 *
3
 *
4
 * Copyright (C) 2021-2022 Mateusz Viste
4
 * Copyright (C) 2021-2024 Mateusz Viste
5
 *
5
 *
6
 * Permission is hereby granted, free of charge, to any person obtaining a
6
 * Permission is hereby granted, free of charge, to any person obtaining a
7
 * copy of this software and associated documentation files (the "Software"),
7
 * copy of this software and associated documentation files (the "Software"),
8
 * to deal in the Software without restriction, including without limitation
8
 * to deal in the Software without restriction, including without limitation
9
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
Line 28... Line 28...
28
 * returns one of the following values:
28
 * returns one of the following values:
29
 *   CMD_OK               command executed successfully
29
 *   CMD_OK               command executed successfully
30
 *   CMD_FAIL             command ended in error
30
 *   CMD_FAIL             command ended in error
31
 *   CMD_CHANGED          command-line has been modified (used by IF)
31
 *   CMD_CHANGED          command-line has been modified (used by IF)
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_CHANGED_BY_LH    command-line has been modified by LOADHIGH
33
 *   CMD_NOTFOUND         command unrecognized
34
 *   CMD_NOTFOUND         command unrecognized
34
 */
35
 */
35
 
36
 
36
#include <i86.h>
37
#include <i86.h>
37
#include <malloc.h> /* _fmalloc() */
38
#include <malloc.h> /* _fmalloc() */