Skip to content
View pquline's full-sized avatar
🚀
🚀

Highlights

  • Pro

Block or report pquline

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
pquline/README.md

About me

#include <stdlib.h>
#include <string.h>

typedef struct s_dev
{
	char			*name;
	char			*location;
	char			*current_school;
	unsigned int		age;
}	t_dev;

void	code(t_dev *dev);

int	main(void)
{
	t_dev	pquline;

	pquline.name = strdup("Pauline");
	pquline.location = strdup("Paris, France");
	pquline.current_school = strdup("École 42");
	pquline.age = 28;
	code(&pquline);
	return (0);
}

Current interests

  • 🏠 Home Automation
  • 🕵️ Open Source Intelligence (OSINT)
  • 🚀 Self-hosting & Deployment
  • 🌐 42LogTime

Pinned Loading

  1. Volr Volr Public

    JavaScript

  2. ft_printf_tester ft_printf_tester Public

    C

  3. protogen protogen Public

    Automate the generation of function prototypes lists for C header files.

    Shell

  4. makegen makegen Public

    Automate the generation of source file lists for Makefiles.

    Shell 1

  5. born2beroot born2beroot Public

    Welcome to the wonderful world of virtualization.

    Shell