mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2025-02-24 02:45:02 +00:00
- adding the ability to change the prefix - adding new search paths for libraries and headers for 32-bit (arm and i686) gcc
7 lines
123 B
C
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
|