OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.22/] [disk/] [tools/] [fs-NetBSD/] [loader/] [auxlib.h] - Rev 17

Go to most recent revision | Compare with Previous | Blame | View Log

/*
 * auxlib.h -- auxiliary library for standalone programs
 */
 
 
#ifndef _AUXLIB_H_
#define _AUXLIB_H_
 
 
int strlen(char *str);
int strcmp(char *str1, char *str2);
void strcpy(char *dst, char *src);
 
char getchar(void);
void putchar(char c);
 
void getLine(char *prompt, char *line, int max);
 
void vprintf(char *fmt, va_list ap);
void printf(char *fmt, ...);
 
 
#endif /* _AUXLIB_H_ */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.