0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2025-02-24 02:45:02 +00:00
glibc-packages/cgct/cgt/cgct-app-prefix.h
Ivan Max 1b81427dac cgct/cgt: improvements (#261)
- adding the ability to change the prefix
 - adding new search paths for libraries and headers for 32-bit (arm and i686) gcc
2024-07-08 22:56:00 +03:00

7 lines
123 B
C

#ifndef CGCT_APP_PREFIX_H
#define CGCT_APP_PREFIX_H
char* cgct_app_prefix(const char* path);
#endif // CGCT_APP_PREFIX_H