File: findme.h

package info (click to toggle)
pkgconfig 0.11.0-0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,748 kB
  • ctags: 2,433
  • sloc: ansic: 22,338; sh: 11,410; makefile: 277
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
   file accompanying popt source distributions, available from 
   ftp://ftp.redhat.com/pub/code/popt */

#ifndef H_FINDME
#define H_FINDME

char * findProgramPath(char * argv0);

#endif