File: basename.h

package info (click to toggle)
ettercap 1%3A0.8.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,272 kB
  • sloc: ansic: 58,389; yacc: 313; lex: 204; makefile: 112; sh: 84; xml: 69
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#ifndef EC_API_EXTERN
#error Move this header somewhere else
#endif

EC_API_EXTERN char * basename (const char *filename);

/* EOF */