modernc.org/ccgo/v3@v3.16.14/lib/nodmesg.go (about)

     1  // Copyright 2020 The Libc 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  
     5  //go:build !ccgo.dmesg
     6  // +build !ccgo.dmesg
     7  
     8  package ccgo // import "modernc.org/ccgo/v3/lib"
     9  
    10  const dmesgs = false
    11  
    12  func dmesg(s string, args ...interface{}) {}