Sha256: 3029c29f9106995b099ec0d3bf1966b18b691de64332c996fca9d67bed782c2b
Contents?: true
Size: 246 Bytes
Versions: 12
Compression:
Stored size: 246 Bytes
Contents
#include <stdio.h> #include <stdlib.h> #include "libmockspotify.h" /*** MockSpotify API ***/ const char* sp_error_message(sp_error error) { char *buff = malloc(20 * sizeof(char)); sprintf(buff, "sp_error: %d", error); return buff; }
Version data entries
12 entries across 12 versions & 1 rubygems