mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 05:40:37 +00:00
Move include/nuttx/stdarg.h to include/nuttx/lib/stdarg.h
This commit is contained in:
parent
72a45c82b7
commit
ea589e2d6c
3 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/****************************************************************************
|
||||
* include/nuttx/stdarg.h
|
||||
* include/nuttx/lib/stdarg.h
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_STDARG_H
|
||||
#define __INCLUDE_NUTTX_STDARG_H
|
||||
#ifndef __INCLUDE_NUTTX_LIB_STDARG_H
|
||||
#define __INCLUDE_NUTTX_LIB_STDARG_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
|
@ -61,4 +61,4 @@
|
|||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_STDARG_H */
|
||||
#endif /* __INCLUDE_NUTTX_LIB_STDARG_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue