Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1173 → Rev 1143

/uspace/trunk/libc/include/ctype.h
File deleted
/uspace/trunk/libc/include/io/io.h
33,6 → 33,5
 
int putnchars(const char * buf, size_t count);
int putstr(const char * str);
int putchar(int c);
 
#endif
/uspace/trunk/libc/include/string.h
30,11 → 30,7
#ifndef __LIBC__STRING_H__
#define __LIBC__STRING_H__
 
#include <types.h>
 
void * memset(void *s, int c, size_t n);
void * memcpy(void *dest, void *src, size_t n);
 
size_t strlen(const char *str);
 
#endif