Code Monkey home page Code Monkey logo

vtsps2-crc32's Introduction

libcrc for PS2 v0.24 by VTSTech

An example CRC32 implementation for the PS2

Usage:

file_crc32(char device[], char path[], char fn[])

Expected param format

device "mc0:/"

path "APPS/"

fn "FILE.EXT"

	strcpy(ldevice,"mc0:/");
	strcpy(path,"APPS/");
	strcpy(fn,"1MB.BIN");
	scr_printf("%s \n",file_crc32(ldevice,path,fn));

str_crc32(char str[])

Expected param format

str "any string"

	strcpy(str,"a string");
	scr_printf("CRC32: %s \n",str_crc32(str));

crc32.c written by Lammert Bies, (c) 1999-2016 Lammert Bies. File is licensed under the MIT License https://github.com/lammertb/libcrc/blob/master/src/crc32.c

Compiled with PS2SDK https://github.com/ps2dev/ps2sdk

vtsps2-crc32's People

Contributors

vtstech avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

marcellodash

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.