Skip to content
common.h 328 B
Newer Older
Seblu's avatar
Seblu committed
/*
** common.h for 42sh
**
** Made by Seblu
** Login   <seblu@epita.fr>
**
** Started on  Sun Jul 30 03:59:48 2006 Seblu
** Last update Sun Jul 30 04:33:18 2006 Seblu
*/

#ifndef COMMON_H_
# define COMMON_H_

char            *strmerge(int n, const char *s1, ...);
char            *strvmerge(const char * const *vtable);

#endif