PostgreSQL Source Code
git master
|
#include "postgres_fe.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "common/unicode_norm.h"
#include "norm_test_table.h"
Go to the source code of this file.
Macros | |
#define | BUF_DIGITS 50 |
Functions | |
static char * | print_wchar_str (const pg_wchar *s) |
static int | pg_wcscmp (const pg_wchar *s1, const pg_wchar *s2) |
int | main (int argc, char **argv) |
#define BUF_DIGITS 50 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 60 of file norm_test.c.
References exit(), pg_wcscmp(), print_wchar_str(), printf, test(), and unicode_normalize().
|
static |
Definition at line 23 of file norm_test.c.
References buf, BUF_DIGITS, i, and sprintf.
Referenced by main().