- Timestamp:
- Jun 5, 2015, 8:22:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libohana/include/ohana.h
r37807 r38372 286 286 char *strcreate PROTO((char *string)); 287 287 char *strncreate PROTO((char *string, int n)); 288 int strextend PROTO((char *input, char *format,...)) OHANA_FORMAT(printf, 2, 3); 288 289 int scan_line PROTO((FILE *f, char *line)); 289 290 int scan_line_maxlen PROTO((FILE *f, char *line, int maxlen)); … … 393 394 394 395 char *memstr PROTO((char *m1, char *m2, int n)); 395 int write_fmt PROTO((int fd, char *format, ...)) ;396 int write_fmt PROTO((int fd, char *format, ...)) OHANA_FORMAT(printf, 2, 3); 396 397 397 398 char **isolate_elements PROTO((int argc, char **argv, int *nstack)); … … 403 404 404 405 // gprint gets a stub implementation in libohana. opihi implements the real one. 405 int gprint (gpDest dest, char *format, ...);406 int gprint PROTO((gpDest dest, char *format, ...) OHANA_FORMAT(printf, 2, 3)); 406 407 407 408 // rconnect is used to run remote programs with a pipe for communication
Note:
See TracChangeset
for help on using the changeset viewer.
