Livejournal
Log in
Post
Friends
My journal
cd_riper
Говнокод
Sep 06, 2009 12:27
PChar GetFileContent(PChar FileName)
{
...
};
static inline signed int GetFileSize(PChar FileName)
{
return(((signed int)(strlen(GetFileContent(FileName)))));
};
programming
Leave a comment
Read comments 9
Previous post
Next post
Up