Skip to content

Proyecto 1 de Algoritmos y Estructura de Datos II - FAMAF

License

Notifications You must be signed in to change notification settings

shirosweets/proy01-AyEDII-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

proy01-AyEDII-2020


                            *** COMANDOS PARA CORRER  EL PROGRAMA ***

gcc -Wall -Werror -Wextra -pedantic -std=c99 -c test_set.c

gcc -Wall -Werror -Wextra -pedantic -std=c99 -c set.c

gcc -Wall -Werror -Wextra -pedantic -no-pie -std=c99 -o test_s list-x86_64.o set.o test_set.o

./test_s

	            *** COMANDOS PARA CORRER  EL PROGRAMA (MEMORY LEAKS)***

gcc -Wall -Werror -Wextra -pedantic -std=c99 -c test_set.c

gcc -Wall -Werror -Wextra -pedantic -std=c99 -c set.c

gcc -Wall -Werror -Wextra -pedantic -no-pie -std=c99 -o test_s list-x86_64.o set.o test_set.o

valgrind --show-reachable=yes --leak-check=full ./test_s


Autor: Valentina Solange, Vispo.

Versión: v3.


About

Proyecto 1 de Algoritmos y Estructura de Datos II - FAMAF

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published