enigmatico(::)

enigmatico
11 years ago

0

hello word

7replies
7voices
228views

0

Heyy, how’s it goin? XD


0

hye all . nice to know you :)


0

nice to know you too! Sorry for replyin late, my laptop has…..problems XD

Luke [flabbyrabbit]
11 years ago

0

Welcome to the site :D

Honey Boo Boo [Ski900]
11 years ago

0

Welcome to the site!

[deleted user]
11 years ago

0

Welcome enigmatico to the site :)

Pawda [Memoria]
11 years ago

0

include <unistd.h>

include <stdlib.h>

define MY_STRLEN(str) my_recstrlen(str, 0)

int my_recstrlen(char str, int len)
{
return (
(str + len) ? my_recstrlen(str, ++len) : len);
}

int my_putstr(char *str)
{
return (write(1, str, MY_STRLEN(str)));
}

int main(int argc, char** argv)
{
my_putstr(“Welcome on hackthis enigmatico :). \n”);
return (EXIT_SUCCESS);
}

You must be logged in to reply to this discussion. Login
1 of 8

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss