3bee12880ac2d0ab1b3e749b6abb863365326065
[osl.git] / string.h
1 /*
2  * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
3  *
4  * Licensed under the GPL v2. For licencing details see COPYING.
5  */
6
7 /** \file string.h exported sybmols from string.c */
8
9 __must_check __malloc void *para_malloc(size_t size);
10 __must_check __malloc void *para_calloc(size_t size);
11 __must_check __malloc char *para_strdup(const char *s);