summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-05 20:38:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-05 20:38:39 +0000
commit36be54817fe1d8879f26b7f0e1797e8ba23e8a0f (patch)
treedcb1e1716e40880ec68883fdc0a50123eea77293 /nuttx/lib/lib_internal.h
parent152b278e70541d86a06e76c25f37c9588526c6fa (diff)
downloadpx4-nuttx-36be54817fe1d8879f26b7f0e1797e8ba23e8a0f.tar.gz
px4-nuttx-36be54817fe1d8879f26b7f0e1797e8ba23e8a0f.tar.bz2
px4-nuttx-36be54817fe1d8879f26b7f0e1797e8ba23e8a0f.zip
Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byte generic pointers.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@38 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/lib_internal.h')
-rw-r--r--nuttx/lib/lib_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/lib/lib_internal.h b/nuttx/lib/lib_internal.h
index 5b72e7ce2..1017ed560 100644
--- a/nuttx/lib/lib_internal.h
+++ b/nuttx/lib/lib_internal.h
@@ -128,6 +128,10 @@ extern void lib_rawstream(struct lib_rawstream_s *rawstream,
extern void lib_lowstream(struct lib_stream_s *rawstream);
#endif
+/* Defined in lib_nullstream.c */
+
+extern void lib_nullstream(struct lib_stream_s *nullstream);
+
/* Defined in lib_libsprintf.c */
extern int lib_sprintf (struct lib_stream_s *obj,