|
Lines 850-853
struct winsize {
Link Here
|
| 850 |
# endif /* gcc version */ |
850 |
# endif /* gcc version */ |
| 851 |
#endif /* __predict_true */ |
851 |
#endif /* __predict_true */ |
| 852 |
|
852 |
|
|
|
853 |
int sprintf(char *, const char *, ...) __attribute__((deprecated)); |
| 854 |
char *strcpy(char *, const char *) __attribute__((deprecated)); |
| 855 |
char *strcat(char *, const char *) __attribute__((deprecated)); |
| 856 |
char *gets(char *) __attribute__((deprecated)); |
| 857 |
|
| 853 |
#endif /* _DEFINES_H */ |
858 |
#endif /* _DEFINES_H */ |