blob: 8ccc9a5b242486f694407fcd0eba34f930527a3c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
#include "Scripts.txt.c"
const struct libcmap_script *const libcmap_script_list = list;
const size_t libcmap_script_list_size = sizeof(list) / sizeof(*list);
|