mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Add a generic GCC stdarg.h header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
//***************************************************************************
|
||||
// include/cxx/cstdarg
|
||||
//
|
||||
// Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
||||
// Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
// Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
|
||||
// Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without
|
||||
// modification, are permitted provided that the following conditions
|
||||
@@ -40,7 +40,7 @@
|
||||
// Included Files
|
||||
//***************************************************************************
|
||||
|
||||
#include <stdard.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
//***************************************************************************
|
||||
// Namespace
|
||||
|
||||
Reference in New Issue
Block a user