Skip to content

Happyman1974/C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C scripts

test4 - check MySQL client version
test5 - CREATE DATABASE testdb
test6 - create table & insert some records
test7 - print select result //gcc test7.c -o test7 mysql_config --cflags --libs -std=c99 or gcc test7.c $(mysql_config --libs) -o test7 $(mysql_config --cflags) -std=c99
test8 - DELETE FROM table
test9 - define SHELLSCRIPT

About

c scripts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages