blob: ea3c8dc74f58466b97dbb0e1931502a624a810dd [file] [log] [blame]
Russ Coxdd8dc6f2011-12-13 15:20:12 -05001// Copyright 2011 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Rob Pike8bca1482014-08-12 17:04:45 -07005#include "textflag.h"
Keith Randall1f796632013-08-12 10:25:18 -07006
7TEXT ·Modf(SB),NOSPLIT,$0
Russ Coxdd8dc6f2011-12-13 15:20:12 -05008 B ·modf(SB)