File: IntConv.h

package info (click to toggle)
oo2c32 1.5.0-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 8,748 kB
  • ctags: 5,415
  • sloc: ansic: 95,007; sh: 473; makefile: 344; perl: 57; lisp: 21
file content (17 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_IntConv_
#define _MODULE_IntConv_

#define IntConv__strAllRight 0
#define IntConv__strOutOfRange 1
#define IntConv__strWrongFormat 2
#define IntConv__strEmpty 3
#include "ConvTypes.h"
extern void IntConv__ScanInt(unsigned char inputCh, signed char *chClass, ConvTypes__ScanState *nextState);
extern signed char IntConv__FormatInt(const unsigned char* str__ref, int str_0d);
extern int IntConv__ValueInt(const unsigned char* str__ref, int str_0d);
extern short int IntConv__LengthInt(int int_);
extern unsigned char IntConv__IsIntConvException(void);
extern void IntConv_init(void);

#endif