Changeset 4845:6d884cee9a87 in roaraudio


Ignore:
Timestamp:
04/07/11 22:42:43 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a small debug lion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_stdio.c

    r4708 r4845  
    9999int roar_vio_to_stdio_write(void *__cookie, const char *__buf, int __n) { 
    100100#endif 
     101 ROAR_DBG("roar_vio_to_stdio_write(*) = ?"); 
    101102 return roar_vio_write((struct roar_vio_calls *) __cookie, (char *) __buf, __n); 
    102103} 
Note: See TracChangeset for help on using the changeset viewer.