Created
January 22, 2011 13:00
-
-
Save emoon/791109 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(def-spu-fun spu-fun (data :u32) | |
(spu-format "~d~%" data)) | |
(defun my-ppu-fun () | |
(spu-fun 0)) ; scheduling, etc is up to the implementation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment