A small library that's provide helpers for programmers

Dependents:   PYRN

Committer:
clemounet
Date:
Tue Feb 17 11:55:34 2015 +0000
Revision:
1:ee7a5f05513d
more Things

Who changed what in which revision?

UserRevisionLine numberNew contents of line
clemounet 1:ee7a5f05513d 1
clemounet 1:ee7a5f05513d 2 #ifndef MYLIBC_H
clemounet 1:ee7a5f05513d 3 #define MYLIBC_H
clemounet 1:ee7a5f05513d 4
clemounet 1:ee7a5f05513d 5
clemounet 1:ee7a5f05513d 6 char *strdup(const char *s);
clemounet 1:ee7a5f05513d 7
clemounet 1:ee7a5f05513d 8 #endif