Changeset 3030:fa315d423443 in roaraudio for include/libroar/vio_string.h


Ignore:
Timestamp:
11/07/09 06:04:08 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_vio_fgets()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_string.h

    r2060 r3030  
    4343int     roar_vio_putc    (struct roar_vio_calls * vio, char c); 
    4444int     roar_vio_getc    (struct roar_vio_calls * vio); 
     45char *  roar_vio_fgets   (struct roar_vio_calls * vio, char * s, size_t size); 
    4546 
    4647int     roar_vio_printf  (struct roar_vio_calls * vio, const char *format, ...); 
Note: See TracChangeset for help on using the changeset viewer.