source: tags/ms_r16q2/CORE/arb_pattern.h

Last change on this file was 12577, checked in by epruesse, 10 years ago

add arb_shell_expan(const char*) function to handle path expansion

File size: 133 bytes
Line 
1#ifndef ARB_PATTERN_H
2#define ARB_PATTERN_H
3
4char* arb_shell_expand(const char*);
5
6
7#else
8#error arb_patterh.h included twice
9#endif
Note: See TracBrowser for help on using the repository browser.