]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/msgfmt/answers/main_1.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-2002, International Business Machines Corporation and
8 * others. All Rights Reserved.
9 ***********************************************************************/
11 #include "unicode/unistr.h"
12 #include "unicode/msgfmt.h"
17 int main(int argc
, char **argv
) {
19 UErrorCode status
= U_ZERO_ERROR
;
26 printf("Exiting successfully\n");