blob: c5094c7c364a18ec7ca0be0bd200e147364c0ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <string.h>
#include <wchar.h>
#include "dged/utf8.h"
#include "assert.h"
#include "test.h"
void test_nchars_nbytes() {}
void run_utf8_tests() { run_test(test_nchars_nbytes); }
|