1
2
3
4
#include <stdio.h>
int main ()
{
...

C Int or Double/Float ?

by Tanino Rulez, February 20, 2008 00:11, 1 refactoring, tagged with c, int, double, float

Dato un numero,restituisce ...

D8e099f752011ec60e809a733ef32a7e Talk
1
2
3
4
int socket_read_line_alloc(int sock, char** out) {
        /* current buffer size */
        unsigned int size = 128;
...

C Socket read line in C

by bugmenot2.myopenid.com, December 06, 2007 22:13, 2 refactorings, tagged with c, sockets

I don't like the char** out...

Avatar Talk