File: strings.h

package info (click to toggle)
gumbo-parser 0.10.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,908 kB
  • sloc: ansic: 30,320; cpp: 3,694; python: 880; makefile: 92; sh: 15
file content (4 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (21)
1
2
3
4
/*Dummy file to satisfy source file dependencies on Windows platform*/
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#define inline __inline