File: strcscmp.h

package info (click to toggle)
photopc 3.05-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 624 kB
  • ctags: 569
  • sloc: ansic: 6,242; sh: 330; makefile: 173
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