Last active
August 29, 2015 14:20
-
-
Save wjx/f389dd5cad3796665e4b to your computer and use it in GitHub Desktop.
Open BSD strtol.c http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/strtol.c?rev=1.10&content-type=text/x-cvsweb-markup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* $OpenBSD: strtol.c,v 1.10 2014/09/13 20:10:12 schwarze Exp $ */ | |
/* | |
* Copyright (c) 1990 The Regents of the University of California. | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment