EXIF library (libexif) Internals
0.6.24
|
#include <config.h>
#include <libexif/exif-byte-order.h>
#include <libexif/i18n.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
const char * | exif_byte_order_get_name (ExifByteOrder order) |
Return a short, localized, textual name for the given byte order. More... | |
const char* exif_byte_order_get_name | ( | ExifByteOrder | order | ) |
Return a short, localized, textual name for the given byte order.
[in] | order | byte order |
Definition at line 29 of file exif-byte-order.c.
References _, EXIF_BYTE_ORDER_INTEL, and EXIF_BYTE_ORDER_MOTOROLA.
Referenced by test_exif_data(), and test_parse().