Changeset 29983
- Timestamp:
- 2012-02-01T22:10:53+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/backfire/tools/include/getline.h
r15227 r29983 28 28 */ 29 29 30 #ifndef __linux__31 30 #include <sys/types.h> 32 31 #include <stdio.h> … … 34 33 #include <string.h> 35 34 35 #if !defined(__linux__) && !(defined(__APPLE__) && __DARWIN_C_LEVEL >= 200809L) 36 36 /* 37 37 * Emulate glibc getline() via BSD fgetln().
Note: See TracChangeset
for help on using the changeset viewer.