File: censor.h

package info (click to toggle)
netrek-client-cow 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,028 kB
  • sloc: ansic: 42,893; sh: 2,959; python: 380; makefile: 87
file content (4 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (5)
1
2
3
4
/* censor.c */
void initSkipArray(char *word, int *skip);
void initCensoring(void);
char *censor(char *text);