Skip to content

Instantly share code, notes, and snippets.

View aburgh's full-sized avatar

Aaron Burghardt aburgh

  • San Jose, VA USA
View GitHub Profile
@aburgh
aburgh / ajbendian-test.c
Created November 25, 2012 12:09
Compiler, architecture, platform-independent endian functions
//
// main.c
// endiantest
//
// Created by Aaron Burghardt on 11/24/12.
// Copyright (c) 2012 Aaron Burghardt. All rights reserved.
//
#include <assert.h>
#include <stdio.h>