Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
jiffy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Fixing the build and tests for VS2019
pull/182/head
Nige
hace 5 años
padre
4b4ee8f9a4
commit
3d5d926dbb
Se han
modificado 2 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-0
.gitignore
+4
-0
c_src/termstack.c
+ 4
- 0
.gitignore
Ver fichero
@ -6,6 +6,10 @@
*.d
*.o
*.so
*.pdb
*.dll
*.exp
*.lib
_build
compile_commands.json
deps
+ 4
- 0
c_src/termstack.c
Ver fichero
@ -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
)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar