hex_to_raw actually works

This commit is contained in:
Scott Chacon
2010-05-25 07:37:45 -07:00
parent d76f1e87f2
commit abdd070a77
6 changed files with 41 additions and 54 deletions

View File

@@ -1,10 +1,10 @@
-module(geef).
-export([start/0, object_exists/1]).
-export([start/0, hex_to_raw/1]).
start() ->
erlang:load_nif("geef", 0).
object_exists(_Val) ->
hex_to_raw(_Val) ->
nif_error(?LINE).
nif_error(Line) ->