12 lines
120 B
C++
12 lines
120 B
C++
|
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
extern "C"
|
|
{
|
|
extern const uint8_t LAT9_08[];
|
|
extern const unsigned LAT9_08_SIZE;
|
|
}
|
|
|