]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/msgfmt/answers/main_0.cpp
1 /**********************************************************************
2 * © 2016 and later: Unicode, Inc. and others.
3 * License & terms of use: http://www.unicode.org/copyright.html#License
4 ***********************************************************************
5 ***********************************************************************
7 * Copyright (c) 1999-2003, International Business Machines Corporation and
8 * others. All Rights Reserved.
9 ***********************************************************************/
11 #include "unicode/unistr.h"
12 #include "unicode/msgfmt.h"
13 #include "unicode/uclean.h"
18 int main(int argc
, char **argv
) {
20 UErrorCode status
= U_ZERO_ERROR
;
28 printf("Exiting successfully\n");