Unlocking usr files

Joined
Aug 12, 2011
Messages
1
Reaction score
0
Points
1
I was running into an error trying to compile a C program which eventually turned out to be caused by a locked usr file which contained a locked include file. I unlocked them and everything works fine. I was concerned about having these unlocked, though, since they are pretty important files and all. Is there a way to grant access to the include file just for the compiler without having these files unlocked? I know that I am not going to go in there and mess things up, but I am concerned if it is more of a security risk.

In case it matters, I am simply using TextEdit to write the code and accessing the vcc through Terminal to compile and run the program.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top