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

Functions

int main (int argc, char **argv)
 

Variables

static char usage [] = "[-t -l min_loop_length] -c codebook aifcfile compressedfile"
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ usage

char usage[] = "[-t -l min_loop_length] -c codebook aifcfile compressedfile"
static