print-localedir.c

Go to the documentation of this file.
00001 #include "config.h"
00002 #include "libexif/i18n.h"
00003 
00004 #include <stdio.h>
00005 
00006 int main()
00007 {
00008   puts(LOCALEDIR);
00009   puts("\n");
00010   return 0;
00011 }

SourceForge.net Logo Generated by doxygen