Skip to content

Instantly share code, notes, and snippets.

View hezi's full-sized avatar

Jorge (Hezi) Cohen hezi

View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <dirent.h>
#pragma pack(push, 1)
/* Library Header */
typedef struct {
#include <stdio.h>
#include <string.h>
#include <arpa/inet.h>
#pragma pack(push, 1)
typedef struct {
char magic[6];
unsigned short iInstrumentBlockOffset;
unsigned short iMusicOffset;