Nigel Birkenshaw
hace 3 años
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 3 ficheros con
10 adiciones y
0 borrados
-
.gitattributes
-
.gitignore
-
c_src/termstack.c
|
|
@ -0,0 +1,2 @@ |
|
|
|
# Unifying line endings so tests can pass on Windows |
|
|
|
*.json text eol=lf |
|
|
@ -8,6 +8,10 @@ |
|
|
|
*.d |
|
|
|
*.o |
|
|
|
*.so |
|
|
|
*.pdb |
|
|
|
*.dll |
|
|
|
*.exp |
|
|
|
*.lib |
|
|
|
_build |
|
|
|
compile_commands.json |
|
|
|
deps |
|
|
|
|
|
@ -8,6 +8,10 @@ |
|
|
|
#include "jiffy.h" |
|
|
|
#include "termstack.h" |
|
|
|
|
|
|
|
#if WINDOWS || WIN32 |
|
|
|
#define inline |
|
|
|
#endif |
|
|
|
|
|
|
|
ERL_NIF_TERM |
|
|
|
termstack_save(ErlNifEnv* env, TermStack* stack) |
|
|
|
{ |
|
|
|