This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // 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> |