xref: /third_party/libexif/test/nls/print-localedir.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libexif/test/nls/
1b8bc0d8aSopenharmony_ci#include "config.h"
2b8bc0d8aSopenharmony_ci#include "libexif/i18n.h"
3b8bc0d8aSopenharmony_ci
4b8bc0d8aSopenharmony_ci#include <stdio.h>
5b8bc0d8aSopenharmony_ci
6b8bc0d8aSopenharmony_ciint main()
7b8bc0d8aSopenharmony_ci{
8b8bc0d8aSopenharmony_ci  puts(LOCALEDIR);
9b8bc0d8aSopenharmony_ci  puts("\n");
10b8bc0d8aSopenharmony_ci  return 0;
11b8bc0d8aSopenharmony_ci}
12

Indexes created Thu Nov 07 10:32:03 CST 2024