Skip to content
View PIPEFD's full-sized avatar
:octocat:
42
:octocat:
42

Block or report PIPEFD

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PIPEFD/README.md
Banner



Mark streak



#include<unistd.h>
./PIPEFD"David Felipe Bonilla Ladino""https://www.linkedin.com/in/david-felipe-bonilla" /**intft_put_string (char*string)
{
while (*string)
{
write (1, string, 1);
string++;
}
}
intft_aboutme(char*string1, char*string2)
{
if (string1&&string2)
{
write (1, "Mi nombre es: ", 15);
ft_put_string (string1);
write (1, "\nMi LinkedIn es: ", 18);
ft_put_string (string2);
write (1, "\n", 1);
}
return (0);
}
intmain (intargc, char**argv)
{
if (argc==3)
{
char*string1=argv[1];
char*string2=argv[2];
return (ft_aboutme(string1, string2));
}
elsewrite (1, "Ingrese los datos correctos", 20);
}

GIF

Spotify Playing 🎧

Spotify


🔫 Raycasting Proyect JS ⚡

Demo Raycasting

🛑ONE AIR 🎮🕹️


🌐🌐 WEB Server (404 Error not found) 🦖🦖🦖

Banner

🌀 Fractol - Fractal Explorer 🎨✨

Fractol Banner

🐚 MiniShell - Custom Shell Implementation 💻⚡

MiniShell Banner

Pinned Loading

  1. 42Urduliz42UrdulizPublic

    C

  2. Cub3dCub3dPublic

    C

  3. RayCastingRayCastingPublic

    Ray Casting 🔫 ⚡

    JavaScript

  4. Web-ServerWeb-ServerPublic

    Forked from nickomega84/Web-Server

    Web Server is a project which you create your own HTPP server!.

    C++

  5. CPP_07CPP_07Public

    CPP_07

    C++

  6. TranscendenceTranscendencePublic

    This project involves undertaking tasks you have never done before. Remember the beginning of your journey in computer science. Look at you now; it’s time to shine!

    TypeScript