summaryrefslogtreecommitdiff
path: root/upb/bindings/linux/stdio.h
blob: 72c1b0df5248d7785f3c1a45bb3af98631c15d65 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * upb - a minimalist implementation of protocol buffers.
 *
 * Copyright (c) 2012 Google Inc.  See LICENSE for details.
 * Author: Josh Haberman <jhaberman@gmail.com>
 *
 * Linux-kernel implementations of some stdlib.h functions.
 */

#include <linux/kernel.h>  // For sprintf and friends.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback