1*08ff44c4SLionel Sambuc 2*08ff44c4SLionel Sambuc#------------------------------------------------------------------------------ 3*08ff44c4SLionel Sambuc# $File: guile,v 1.1 2011/12/16 17:44:33 christos Exp $ 4*08ff44c4SLionel Sambuc# Guile file magic from <dalepsmith@gmail.com> 5*08ff44c4SLionel Sambuc# http://www.gnu.org/s/guile/ 6*08ff44c4SLionel Sambuc# http://git.savannah.gnu.org/gitweb/?p=guile.git;f=libguile/_scm.h;hb=HEAD#l250 7*08ff44c4SLionel Sambuc 8*08ff44c4SLionel Sambuc0 string GOOF---- Guile Object 9*08ff44c4SLionel Sambuc>8 string LE \b, little endian 10*08ff44c4SLionel Sambuc>8 string BE \b, big endian 11*08ff44c4SLionel Sambuc>11 string 4 \b, 32bit 12*08ff44c4SLionel Sambuc>11 string 8 \b, 64bit 13*08ff44c4SLionel Sambuc>13 regex .\.. \b, bytecode v%s 14