Apache HTTPD
Classes | Functions
testucs.c File Reference
#include "apr.h"
#include "arch/win32/apr_arch_utf8.h"
#include <wchar.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

Go to the source code of this file.

Classes

struct  testval
 

Functions

void displaynw (struct testval *f, struct testval *l)
 
void test_nrange (struct testval *p)
 
void test_wrange (struct testval *p)
 
void test_ranges ()
 
int main (int argc, char **argv)
 

Function Documentation

◆ displaynw()

void displaynw ( struct testval f,
struct testval l 
)

Definition at line 79 of file testucs.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 331 of file testucs.c.

◆ test_nrange()

void test_nrange ( struct testval p)

Definition at line 105 of file testucs.c.

◆ test_ranges()

void test_ranges ( )

Definition at line 213 of file testucs.c.

◆ test_wrange()

void test_wrange ( struct testval p)

Definition at line 157 of file testucs.c.