1 2 3 4 5 6 7 8
#ifndef _CFM_RDS_H_ #define _CFM_RDS_H_ #include <glib.h> gchar * rds_decode(const gchar *s); #endif