File: strcscmp.h

package info (click to toggle)
photopc 3.07-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,040 kB
  • ctags: 838
  • sloc: ansic: 6,332; sh: 1,032; makefile: 175
file content (4 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (9)
1
2
3
4
#ifndef _STRCSCMP_H
#define _STRCSCMP_H
int strcasecmp(char *s1, char *s2);
#endif