Mapper
libraries
cbrfc
ushef.c
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <stdlib.h>
3
#include <math.h>
4
void
ushef
(whole, whole_s, pe1, pe2, dur, typ, src, ext, prb)
5
char
*whole;
6
int
whole_s;
7
byte
*pe1, *pe2, *dur, *typ, *src, *ext, *prb;
8
{
9
*pe1 = whole[0];
10
*pe2 = whole[1];
11
*dur = whole[2];
12
*typ = whole[3];
13
*src = whole[4];
14
*ext = whole[5];
15
*prb = whole[6];
16
return
;
17
}
18
ushef
void ushef(char *whole, int whole_s, byte *pe1, byte *pe2, byte *dur, byte *typ, byte *src, byte *ext, byte *prb)
Definition:
ushef.c:4
Generated by
1.9.1