A small library that's provide helpers for programmers

Dependents:   PYRN

MyLibc.h

Committer:
clemounet
Date:
2015-02-17
Revision:
1:ee7a5f05513d

File content as of revision 1:ee7a5f05513d:


#ifndef MYLIBC_H
#define MYLIBC_H


char *strdup(const char *s);

#endif