FSputc Function

Microchip MDD File System Interface

MDDFS Interface Library Help
FSputc Function
C
int FSputc(
    char c, 
    FSFILE * file
);
Description

This is a helper function for FSfprintf. It will write one character to a file.

Preconditions

This function should not be called by the user.

Parameters
Parameters 
Description 
The character to write to the file. 
file 
The file to write to. 
Return Values
Return Values 
Description 
The character was written successfully 
EOF 
The character was not written to the file. 
Side Effects

None

Remarks

None

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.