9 lines
167 B
C
9 lines
167 B
C
#ifndef GEEF_REVPARSE_H
|
|
#define GEEF_REVPARSE_H
|
|
|
|
#include "erl_nif.h"
|
|
|
|
ERL_NIF_TERM geef_revparse_single(ErlNifEnv *env, int argc, const ERL_NIF_TERM argv[]);
|
|
|
|
#endif
|