tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ucln_ct.c (616B)


      1 // © 2016 and later: Unicode, Inc. and others.
      2 // License & terms of use: http://www.unicode.org/copyright.html
      3 /********************************************************************
      4 * COPYRIGHT:
      5 * Copyright (c) 2007-2013, International Business Machines Corporation and
      6 * others. All Rights Reserved.
      7 ********************************************************************/
      8 
      9 
     10 /**  Auto-client **/
     11 #define UCLN_TYPE UCLN_CTESTFW
     12 #include "ucln_imp.h"
     13 
     14 int uprv_dummyFunction_CT(void);
     15 int uprv_dummyFunction_CT(void)
     16 {
     17  /* this is here to prevent the compiler from complaining about an empty file */
     18  return 0;
     19 }