Skip to content

colinz2/libsilly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsilly

test

int test(){
	int ret =0;
	ret = std_write_file("/opt/colin/zhang/hi","hello\n",6);
	printf("ret = %d\n",ret);
	ret = std_write_file("/opt/zhang","hello\n",6);
	printf("ret = %d\n", ret);
	ret = std_write_file("hi","hello\n",6);
	printf("ret = %d\n",ret );	
	return 0;
}

Note:

  • Should be carefull with some function.
  • Can alse find [libshare] on the web.

About

some basic c language fuction used in linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published