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

Subversion Repositories jtag_stapl_player

[/] [jtag_stapl_player/] [trunk/] [jamutil.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sukhanov
/****************************************************************************/
2
/*                                                                                                                                                      */
3
/*      Module:                 jamutil.h                                                                                               */
4
/*                                                                                                                                                      */
5
/*                                      Copyright (C) Altera Corporation 1997                                   */
6
/*                                                                                                                                                      */
7
/*      Description:    Prototypes for miscelleneous utility functions                  */
8
/*                                                                                                                                                      */
9
/****************************************************************************/
10
 
11
/****************************************************************************/
12
/*                                                                                                                                                      */
13
/*      Actel version 1.1             May 2003                                                                  */
14
/*                                                                                                                                                      */
15
/****************************************************************************/
16
 
17
#ifndef INC_JAMUTIL_H
18
#define INC_JAMUTIL_H
19
 
20
/****************************************************************************/
21
/*                                                                                                                                                      */
22
/*      Function Prototypes                                                                                                             */
23
/*                                                                                                                                                      */
24
/****************************************************************************/
25
 
26
char jam_toupper(char ch);
27
 
28
int jam_iscntrl(char ch);
29
 
30
int jam_isalpha(char ch);
31
 
32
int jam_isdigit(char ch);
33
 
34
int jam_isalnum(char ch);
35
 
36
int jam_isspace(char ch);
37
 
38
int jam_is_name_char(char ch);
39
 
40
int jam_is_hex_char(char ch);
41
 
42
int jam_strlen(char *string);
43
 
44
long jam_atol(char *string);
45
 
46
void jam_ltoa(char *string, long value);
47
 
48
int jam_strcmp(char *left, char *right);
49
 
50
int jam_stricmp(char *left, char *right);
51
 
52
int jam_strncmp(char *left, char *right, int count);
53
 
54
int jam_strnicmp(char *left, char *right, int count);
55
 
56
void jam_strcpy(char *dest, char *source);
57
 
58
void jam_strncpy(char *dest, char *source, int count);
59
 
60
#endif /* INC_JAMUTIL_H */

powered by: WebSVN 2.1.0

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