Find Jobs
Hire Freelancers

CRT functions alternative

$30-250 USD

已完成
已发布将近 14 年前

$30-250 USD

货到付款
Hello I'm developing my tools in Visual C++ When i'm using standard C library functions the MSVCRT will be a dependency on my program, which is not desirable I'm looking for implementions of some C functions (see below) that only use functions from libraries such as kernel32, examples i've already got: malloc: void* malloc(size_t x) { void* a = HeapAlloc(GetProcessHeap(), 0, x); return a; } strstr: const char * strstr(const char *haystack, const char *needle) { unsigned int needle_len = lstrlen(needle); for (;*haystack;++haystack){ if (strncmp(haystack,needle,needle_len) == 0){ return haystack; } } return NULL; } I'm looking for FAST, FAIL-PROOF, LIGHTWEIGHT (NO 150 lines of code implementions of functions) implementions of the following functions: strtol - ([login to view URL]) sprintf (or _snprintf) - ([login to view URL]) sscanf - ([login to view URL])
项目 ID: 710234

关于此项目

4提案
远程项目
活跃14 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
Hello, I'm interested in your project, Please check PMB for more details.
$30 USD 在2天之内
4.7 (23条评论)
4.5
4.5
4威客以平均价$38 USD来参与此工作竞价
用户头像
Check your pmb
$30 USD 在5天之内
5.0 (14条评论)
4.6
4.6
用户头像
I can do it, let's go
$40 USD 在1天之内
5.0 (2条评论)
2.8
2.8
用户头像
Please see pm
$50 USD 在1天之内
5.0 (1条评论)
1.0
1.0

关于客户

FRANCE的国旗
MAUBEUGE, France
4.8
28
会员自12月 30, 2009起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。