Skip to content

Latest commit

 

History

History

c

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

C

Update the Code

Replace the placeholder code such as DEEPGRAM_API_KEY with your own information.

Compile the Code

Compile the code in the folder by running the following.

# gcc -o <FILENAME> <FILENAME>.c -lcurl
gcc -o c_local c_local.c -lcurl

Run the Files

Run the file:

# ./<FILENAME>
./c_local