~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to src/core/adios_endianness.c

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <stdio.h>
10
10
#include "public/adios_types.h"
11
11
#include "core/adios_logger.h"
 
12
#include "core/adios_internals.h"
12
13
 
13
14
void show_bytes(unsigned char * start, int len)
14
15
{