File: Strings2.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 (11 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_Strings2_
#define _MODULE_Strings2_

extern void Strings2__AppendChar(unsigned char ch, unsigned char* dst, int dst_0d);
extern void Strings2__InsertChar(unsigned char ch, short int pos, unsigned char* dst, int dst_0d);
extern short int Strings2__PosChar(unsigned char ch, const unsigned char* str, int str_0d);
extern unsigned char Strings2__Match(const unsigned char* pat__ref, int pat_0d, const unsigned char* s__ref, int s_0d);
extern void Strings2_init(void);

#endif