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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.22/] [disk/] [tools/] [fs-NetBSD/] [loader/] [auxlib.h] - Blame information for rev 17

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

Line No. Rev Author Line
1 17 hellwig
/*
2
 * auxlib.h -- auxiliary library for standalone programs
3
 */
4
 
5
 
6
#ifndef _AUXLIB_H_
7
#define _AUXLIB_H_
8
 
9
 
10
int strlen(char *str);
11
int strcmp(char *str1, char *str2);
12
void strcpy(char *dst, char *src);
13
 
14
char getchar(void);
15
void putchar(char c);
16
 
17
void getLine(char *prompt, char *line, int max);
18
 
19
void vprintf(char *fmt, va_list ap);
20
void printf(char *fmt, ...);
21
 
22
 
23
#endif /* _AUXLIB_H_ */

powered by: WebSVN 2.1.0

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