Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions | Variables
vadpcm_dec.c File Reference
#include <unistd.h>
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <fcntl.h>
#include "vadpcm.h"

Functions

static void int_handler (s32 sig)
 
s32 main (s32 argc, char **argv)
 

Variables

static char usage [] = "bitfile"
 

Function Documentation

◆ int_handler()

static void int_handler ( s32  sig)
static

◆ main()

s32 main ( s32  argc,
char **  argv 
)

Variable Documentation

◆ usage

char usage[] = "bitfile"
static