Plan 9 from Bell Labs’s /usr/web/sources/contrib/axel/music/mp3tag/mp3tag.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


typedef struct Idv1 Idv1;

struct Idv1 {
	char		title[31];
	char		artist[31];
	char		album[31];
	char		year[5];
	char		comment[31];
	int		genreid;
	char*	genre;
	int		track;
};

char* readidv1(char*, Idv1*);
char* freadidv1(int, Idv1*);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.