File: strings.chh

package info (click to toggle)
chpp 0.3.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,228 kB
  • ctags: 5,154
  • sloc: ansic: 30,186; cpp: 575; sh: 500; makefile: 314; yacc: 265; asm: 261; lex: 64
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#ifndef __STRINGS_CHH__
#define __STRINGS_CHH__
%define(replacesubstring,str,s,l,ns,%ssub(0,%s,%str)%ns%ssub(%[%s+%l],%str))\
%define(strneq,str1,str2,%[!%equal(%str1,%str2)])\
#endif