File: ucln_tu.cpp

package info (click to toggle)
icu 72.1-3%2Bdeb12u1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 112,448 kB
  • sloc: cpp: 489,172; ansic: 114,988; makefile: 5,006; sh: 4,326; perl: 3,196; python: 2,785; xml: 2,652; sed: 36; lisp: 12
file content (19 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
 * COPYRIGHT:
 * Copyright (c) 2007-2014, International Business Machines Corporation and
 * others. All Rights Reserved.
 ********************************************************************/


/**  Auto-client **/
#define UCLN_TYPE UCLN_TOOLUTIL
#include "ucln_imp.h"

int uprv_dummyFunction_TU(void);
int uprv_dummyFunction_TU(void)
{
  /* this is here to prevent the compiler from complaining about an empty file */
  return 0;
}