cvm

Форк
0
/
options_v1.c 
35 строк · 1.0 Кб
1
/*-*-coding:utf-8 -*-
2
 * Auto updated?
3
 *   Yes
4
 * Created:
5
 *   11 December 2023 at 9:06:14 GMT+3
6
 * Modified:
7
 *   12 December 2023 at 23:37:55 GMT+3
8
 *
9
 */
10
/*
11
    Copyright (C) 2022-2047 Artur Mustafin (artur.mustafin@gmail.com)
12

13
    This program is free software: you can redistribute it and/or modify
14
    it under the terms of the GNU General Public License as published by
15
    the Free Software Foundation, either version 3 of the License, or
16
    (at your option) any later version.
17

18
    This program is distributed in the hope that it will be useful,
19
    but WITHOUT ANY WARRANTY; without even the implied warranty of
20
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
    GNU General Public License for more details.
22

23
    You should have received a copy of the GNU General Public License
24
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
25
*/
26

27
#include "vm/v1/options/options_v1.h"
28

29
/* macros */
30
#define DEFAULT_SIZE 0x8 /* 8 */
31

32
/* public */
33
const struct vm_options_v1 vm_options_definition_v1 = {
34
    .size = DEFAULT_SIZE
35
};
36

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.