File: checkcode.h

package info (click to toggle)
ifhp 3.5.20-14
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,636 kB
  • ctags: 2,183
  • sloc: ansic: 15,006; sh: 12,037; perl: 1,461; makefile: 640; sed: 16
file content (6 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#if !defined(_CHECKCODE_H_)
#define _CHECKCODE_H_ 1
/* PROTOTYPES */
void Check_code( char *code_str, char *msg, int msglen );

#endif