GithubHelp home page GithubHelp logo

sulig / ft_printf_and_tests Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.73 MB

Porque putnbr() y putstr() no son suficientes --------------------------> El objetivo de este proyecto es bastante sencillo. Deberás reprogramar printf(). Aprenderás, principalmente, a utilizar un número variable de argumentos.

Makefile 20.98% C 79.02%
42 42barcelona 42cursus 42projects 42school printf-42 printf-tester c

ft_printf_and_tests's Introduction

Printf

Resumen: El objetivo de este proyecto es bastante sencillo. Deberás reprogramar printf(). Aprenderás, principalmente, a utilizar un número variable de argumentos.

Contenido del repositorio:

  • Printf
  • Tests basicos
  • Subject

!Importante!

Para usar los tests, necesitaras un Makefile en tu directorio de printf, que contenga como minimo:

  • La regla $(NAME)
  • La regla clean
  • La regla fclean

Antes de ejecutar 'make'!!

  1. En el Makefile cambia las variables donde pone Change this directory por el directorio de tu printf y por donde se ubica tu libftprintf.a
  2. En el archivo "test_printf.h", cambia el directorio donde esta incluido tu "ft_printf.h"
  3. Guarda todo y ya esta listo para usar!

Comandos:

All

Compila todo lo necesario y ejecuta la norminette y los tests

make

Norminette

make norminette

Tests:

make test

Debuggeador:

make debug

Valgrind (Solo funcionara si tienes valgrind)

make valgrind

Limpiar archivos innecessarios:

Limpia solo *.o y los .out

make clean

Limpieza profunda + borrado de .out.dSYM

make fclean

Igual que fclean + limpia la pantalla

make clear

~ Made by sadoming ~


ft_printf_and_tests's People

Contributors

sulig avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.