EXIF library (libexif) Internals 0.6.26
print-localedir.c
Go to the documentation of this file.
1/* Copyright (C) 2005-2007 Hans Ulrich Niedermann <gp@n-dimensional.de>
2 * SPDX-License-Identifier: LGPL-2.0-or-later
3 */
4
5#include "config.h"
6#include "libexif/i18n.h"
7
8#include <stdio.h>
9
10int main(void)
11{
12 puts(LOCALEDIR);
13 puts("\n");
14 return 0;
15}
int main(void)

libexif Generated by doxygen