PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
crc16.h
1#ifndef CRC16_H
2#define CRC16_H
3
4#include "stdint.h"
5
6extern uint16_t crc16(void *buf, int len);
7
8#endif