Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: char.h 8 2024-08-28 16:29:15Z nishi $ */
#ifndef __CHAR_H__
#define __CHAR_H__
char toupper(char);
int strlen(const char*);
#endif