PostgreSQL Source Code
git master
|
#include "postgres_fe.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wctype.h>
#include "common/unicode_category.h"
#include "common/unicode_version.h"
Go to the source code of this file.
Functions | |
static int | parse_unicode_version (const char *version) |
int | main (int argc, char **argv) |
Variables | |
static int | pg_unicode_version = 0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 231 of file category_test.c.
References icu_unicode_version(), parse_unicode_version(), pg_unicode_version, PG_UNICODE_VERSION, and printf.
|
static |
Definition at line 35 of file category_test.c.
References Assert, and PG_USED_FOR_ASSERTS_ONLY.
Referenced by main().
|
static |
Definition at line 26 of file category_test.c.
Referenced by main().