Skip to content

Sedoid/ccextractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

		//Create a structure with name _avistdindex_chunk which is typedefined;

typedef struct _avistdindex_chunk

		 //Begins the structure;

{

		//Creates a member of the structure which is an array of characters which at most 3 characters;

char fcc[4];

		//ends the structure with and thetypedef keyword
	//converts the entire structureto be represented by avisrdindex_chunk

} avistdindex_chunk;

About

CCExtractor - Carlos' version (mainstream).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.4%
  • C++ 4.0%
  • Objective-C 0.3%
  • Shell 0.1%
  • Makefile 0.1%
  • CMake 0.1%