Skip to content

Commit

Permalink
Proto
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieMonroe committed Aug 12, 2013
1 parent 45ec6e3 commit 2f41de2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _ReadSLEB.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#include "include/libunwind.h"

unw_word_t
_ReadSLEB (unsigned char **dpp);

unw_word_t
_ReadSLEB (unsigned char **dpp)
{
Expand Down
3 changes: 3 additions & 0 deletions _ReadULEB.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#include "include/libunwind.h"

unw_word_t
_ReadULEB (unsigned char **dpp);

unw_word_t
_ReadULEB (unsigned char **dpp)
{
Expand Down

0 comments on commit 2f41de2

Please sign in to comment.